diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-22 04:22:54 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-22 04:22:54 +0000 |
| commit | 3d1f6d4c059a7924871fcca2f847ab8b02a3ee0d (patch) | |
| tree | a28d13377f5ecd8842a5843315fbd598475ee71c /CMakeScripts/ConfigPaths.cmake | |
| parent | - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrl (diff) | |
| download | inkscape-3d1f6d4c059a7924871fcca2f847ab8b02a3ee0d.tar.gz inkscape-3d1f6d4c059a7924871fcca2f847ab8b02a3ee0d.zip | |
Cmake: Find Dependencies rebuilt
(bzr r5731)
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
| -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 aac3fc00b..7e73a761b 100644 --- a/CMakeScripts/ConfigPaths.cmake +++ b/CMakeScripts/ConfigPaths.cmake @@ -12,7 +12,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/)
+#INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}" "${PROJECT_SOURCE_DIR}" src/)
LINK_DIRECTORIES ("${LINK_DIRECTORIES}" "${CMAKE_BINARY_DIR}" "${PROJECT_SOURCE_DIR}" src/)
#INSTALL(TARGETS INKSCAPE
|
