diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2015-05-03 18:17:20 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-05-03 18:17:20 +0000 |
| commit | a3a21be8fe3eda83fb74a2392bd67c895e2ff08b (patch) | |
| tree | bbb3a47d5eebd67e44ec38d145c1ece89952cbfb /CMakeScripts/Modules | |
| parent | Revert bad commit (commited to wrong branch). (diff) | |
| download | inkscape-a3a21be8fe3eda83fb74a2392bd67c895e2ff08b.tar.gz inkscape-a3a21be8fe3eda83fb74a2392bd67c895e2ff08b.zip | |
cmake: wpg-0.3 - fix librevenge paths
(bzr r14097)
Diffstat (limited to 'CMakeScripts/Modules')
| -rw-r--r-- | CMakeScripts/Modules/FindLibWPG.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeScripts/Modules/FindLibWPG.cmake b/CMakeScripts/Modules/FindLibWPG.cmake index 0eaf8f102..ea241a570 100644 --- a/CMakeScripts/Modules/FindLibWPG.cmake +++ b/CMakeScripts/Modules/FindLibWPG.cmake @@ -29,8 +29,8 @@ else (LIBWPG_LIBRARIES AND LIBWPG_INCLUDE_DIRS) if (LIBREVENGE_FOUND) list(APPEND LIBWPG_INCLUDE_DIRS ${LIBWPG-0.3_INCLUDE_DIRS}) list(APPEND LIBWPG_LIBRARIES ${LIBWPG-0.3_LIBRARIES}) - list(APPEND LIBWPG_INCLUDE_DIRS ${LIBREVENGE-0.0_INCLUDE_DIRS}) - list(APPEND LIBWPG_LIBRARIES ${LIBREVENGE-0.0_LIBRARIES}) + list(APPEND LIBWPG_INCLUDE_DIRS ${LIBREVENGE_INCLUDE_DIRS}) + list(APPEND LIBWPG_LIBRARIES ${LIBREVENGE_LIBRARIES}) set(LIBWPG03_FOUND TRUE) endif (LIBREVENGE_FOUND) else() |
