summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathvich <mathvich@gmail.com>2021-12-15 00:20:18 +0300
committermathvich <mathvich@gmail.com>2021-12-15 00:20:18 +0300
commit10d3fec78d2759fcf415a5dd7ec17fa76e9a5468 (patch)
tree1fdb1fe53b33f4f7d3bb656474cb872c9dc4200c
parent5d5411fb2cea82750b35d631c59fb0d578f3f280 (diff)
downloadraptor-10d3fec78d2759fcf415a5dd7ec17fa76e9a5468.tar.gz
[POS-5103] debug message
-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
)