summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23136e95..50e85fd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -271,8 +271,9 @@ SET(RAPTOR_SERIALIZER_NQUADS TRUE
################################################################
CONFIGURE_FILE(
- ${CMAKE_SOURCE_DIR}/raptor/src/raptor_config_cmake.h.in
- ${CMAKE_SOURCE_DIR}/raptor/src/raptor_config.h
+ message(${CMAKE_SOURCE_DIR}/raptor/src/)
+ #${CMAKE_SOURCE_DIR}/raptor/src/raptor_config_cmake.h.in
+ #${CMAKE_SOURCE_DIR}/raptor/src/raptor_config.h
@ONLY
)