summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Eaves <jinux@alluha.net>2020-12-22 11:38:17 +0000
committerJoe Eaves <jinux@alluha.net>2020-12-22 11:38:17 +0000
commit186fee9337154bef4e6cda2c1d1d5268eb303c6a (patch)
tree3274d6f3c121f10fec9f0963c66d708d9a9b0973
parent60ef9b54fbe35c1a985c3260e8c90158da129399 (diff)
Generate post_build.sh into CMAKE_CURRENT_BINARY_DIR
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1e340f74..5eb89e32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,7 +65,7 @@ endif()
set(VERSION_EDIT_WARNING "// Do not edit this file, it is automatically generated by CMAKE!")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/Version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/Version.h)
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/docker/post_build.sh.in ${CMAKE_CURRENT_SOURCE_DIR}/docker/post_build.sh)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/docker/post_build.sh.in ${CMAKE_CURRENT_BINARY_DIR}/post_build.sh)
add_subdirectory(src)