From 10d3fec78d2759fcf415a5dd7ec17fa76e9a5468 Mon Sep 17 00:00:00 2001 From: mathvich Date: Wed, 15 Dec 2021 00:20:18 +0300 Subject: [POS-5103] debug message --- CMakeLists.txt | 5 +++-- 1 file 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 ) -- cgit v1.2.1