diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-03 20:15:46 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-03 20:15:46 +0000 |
| commit | ac291163103c470b1a7f5e65d8df6b7936f3c71a (patch) | |
| tree | 358a19440d7eacd5e784184a95242b546be9f6fb /CMakeScripts/ConfigPaths.cmake | |
| parent | Remove invalid struct initialization warnings. (diff) | |
| download | inkscape-ac291163103c470b1a7f5e65d8df6b7936f3c71a.tar.gz inkscape-ac291163103c470b1a7f5e65d8df6b7936f3c71a.zip | |
Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file
(bzr r5590)
Diffstat (limited to '')
| -rw-r--r-- | CMakeScripts/ConfigPaths.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake index ec3985e3f..aac3fc00b 100644 --- a/CMakeScripts/ConfigPaths.cmake +++ b/CMakeScripts/ConfigPaths.cmake @@ -13,7 +13,7 @@ SET(CMAKE_SKIP_RPATH:BOOL OFF) # Include base dir, so other files can refer to the generated files. # CMAKE_INCLUDE_CURRENT_DIR is not enough as it only includes the current dir and not the basedir with config.h in it INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}" "${PROJECT_SOURCE_DIR}" src/)
-LINK_DIRECTORIES ("${CMAKE_BINARY_DIR}" "${PROJECT_SOURCE_DIR}" src/)
+LINK_DIRECTORIES ("${LINK_DIRECTORIES}" "${CMAKE_BINARY_DIR}" "${PROJECT_SOURCE_DIR}" src/)
#INSTALL(TARGETS INKSCAPE
# RUNTIME DESTINATION bin
|
