diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-09-27 17:44:58 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-09-27 17:44:58 +0000 |
| commit | 41a60d0f4d77fbde96f6e8196af58718995da78f (patch) | |
| tree | 1b404a1f6419f0aef627f961a7be2c44e651dace /src | |
| parent | remove stray comma causing build warnings. (diff) | |
| download | inkscape-41a60d0f4d77fbde96f6e8196af58718995da78f.tar.gz inkscape-41a60d0f4d77fbde96f6e8196af58718995da78f.zip | |
fix for building when WITH_LIBWPG couldn't be found.
(bzr r10651)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
