From 41a60d0f4d77fbde96f6e8196af58718995da78f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 28 Sep 2011 03:44:58 +1000 Subject: fix for building when WITH_LIBWPG couldn't be found. (bzr r10651) --- src/extension/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt index bf4bf6a89..ba1b084af 100644 --- a/src/extension/CMakeLists.txt +++ b/src/extension/CMakeLists.txt @@ -151,7 +151,7 @@ if(WIN32) ) endif() -if(LIBWPG_FOUND) +if(WITH_LIBWPG) list(APPEND extension_SRC internal/wpg-input.cpp internal/wpg-input.h -- cgit v1.2.3