summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50e85fd6..51210d99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -270,10 +270,9 @@ SET(RAPTOR_SERIALIZER_NQUADS TRUE
################################################################
-CONFIGURE_FILE(
- message(${CMAKE_SOURCE_DIR}/raptor/src/)
- #${CMAKE_SOURCE_DIR}/raptor/src/raptor_config_cmake.h.in
- #${CMAKE_SOURCE_DIR}/raptor/src/raptor_config.h
+CONFIGURE_FILE(
+ src/raptor_config_cmake.h.in
+ src/raptor_config.h
@ONLY
)