summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathvich <mathvich@gmail.com>2021-12-14 21:21:04 +0300
committermathvich <mathvich@gmail.com>2021-12-14 21:21:04 +0300
commit5d5411fb2cea82750b35d631c59fb0d578f3f280 (patch)
tree583ab68c7910554e9815ce9f1e7288a6aa2b1c55
parent6766c52679049b6292ef87bca62007a439365a51 (diff)
downloadraptor-5d5411fb2cea82750b35d631c59fb0d578f3f280.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 09e3d19b..23136e95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -271,8 +271,8 @@ SET(RAPTOR_SERIALIZER_NQUADS TRUE
################################################################
CONFIGURE_FILE(
- ${CMAKE_SOURCE_DIR}/src/raptor_config_cmake.h.in
- ${CMAKE_SOURCE_DIR}/src/raptor_config.h
+ ${CMAKE_SOURCE_DIR}/raptor/src/raptor_config_cmake.h.in
+ ${CMAKE_SOURCE_DIR}/raptor/src/raptor_config.h
@ONLY
)