summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigPaths.cmake
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2009-01-10 01:00:09 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2009-01-10 01:00:09 +0000
commit3103984b7c92ccfd6d3e3fc7175fb17cc5700118 (patch)
tree680b02d6fcf9b4f948dd807c72f49e5f2bc61169 /CMakeScripts/ConfigPaths.cmake
parentCmake: New FindGTK2 (diff)
downloadinkscape-3103984b7c92ccfd6d3e3fc7175fb17cc5700118.tar.gz
inkscape-3103984b7c92ccfd6d3e3fc7175fb17cc5700118.zip
Cmake: minor fixes
(bzr r7104)
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
-rw-r--r--CMakeScripts/ConfigPaths.cmake16
1 files changed, 8 insertions, 8 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake
index 651df5bbf..de9a9b5d0 100644
--- a/CMakeScripts/ConfigPaths.cmake
+++ b/CMakeScripts/ConfigPaths.cmake
@@ -7,14 +7,14 @@ ELSEIF(WIN32)
SET(PACKAGE_LOCALE_DIR "locale")
ENDIF(WIN32)
-SET(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
-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
+#SET(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
+#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 ("${LINK_DIRECTORIES}" "${CMAKE_BINARY_DIR}" "${PROJECT_SOURCE_DIR}" src/)
-
+
#INSTALL(TARGETS INKSCAPE
# RUNTIME DESTINATION bin
# LIBRARY DESTINATION lib
@@ -26,6 +26,6 @@ SET(CMAKE_SKIP_RPATH:BOOL OFF)
#CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/INKSCAPE.pc.in
# ${CMAKE_BINARY_DIR}/INKSCAPE.pc @ONLY IMMEDIATE )
-#INSTALL(FILES "${CMAKE_BINARY_DIR}/INKSCAPE.pc" DESTINATION lib/pkgconfig)
-
+#INSTALL(FILES "${CMAKE_BINARY_DIR}/INKSCAPE.pc" DESTINATION lib/pkgconfig)
+
#SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin CACHE INTERNAL "Where to put the executables")set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "Where to put the libraries")