summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbd9e99)
raw | patch | inline | side by side (parent: cbd9e99)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 7 Apr 2008 19:26:56 +0000 (19:26 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 7 Apr 2008 19:26:56 +0000 (19:26 +0000) |
CMakeScripts/ConfigInkscapeDepends.cmake | patch | blob | history |
index 2cae0ec354f2dfe5ee9977a9eb2c2c4145e11ac5..01e4c8762ab81ecaa612839775e293876dbd1de6 100644 (file)
@@ -111,5 +111,5 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY
# Create File inkscape_version.h
FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/inkscape_version.h "#define INKSCAPE_VERSION \"${INKSCAPE_VERSION}\"\n")
-
-INCLUDE_DIRECTORIES ("${CMAKE_CURRENT_BINARY_DIR}")
\ No newline at end of file
+INCLUDE_DIRECTORIES ("${CMAKE_CURRENT_BINARY_DIR}") # 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
\ No newline at end of file