summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathvich <mathvich@gmail.com>2021-12-14 21:17:12 +0300
committermathvich <mathvich@gmail.com>2021-12-14 21:17:12 +0300
commit6766c52679049b6292ef87bca62007a439365a51 (patch)
tree4b70535aa671a9554ebc3e6adfb7675a265f01d9
parent4591acc4e923ccbd3228ea1a8c0b2b9daadf5b41 (diff)
downloadraptor-6766c52679049b6292ef87bca62007a439365a51.tar.gz
[POS-5103] directory change
-rw-r--r--CMakeLists.txt4
1 files 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
)