From 6766c52679049b6292ef87bca62007a439365a51 Mon Sep 17 00:00:00 2001 From: mathvich Date: Tue, 14 Dec 2021 21:17:12 +0300 Subject: [POS-5103] directory change --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7422108..09e3d19b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,8 +271,8 @@ SET(RAPTOR_SERIALIZER_NQUADS TRUE ################################################################ CONFIGURE_FILE( - src/raptor_config_cmake.h.in - src/raptor_config.h + ${CMAKE_SOURCE_DIR}/src/raptor_config_cmake.h.in + ${CMAKE_SOURCE_DIR}/src/raptor_config.h @ONLY ) -- cgit v1.2.1