Skip to content
Snippets Groups Projects
Commit 4acbffd9 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

BAVersion.h.in moved to scripts directory

parent bc4b0297
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ endif()
# --- configure a header file to pass CMake settings to the source code
configure_file(
"${CMAKE_SOURCE_DIR}/Core/Samples/inc/BAVersion.h.in"
"${CMAKE_SOURCE_DIR}/cmake/scripts/BAVersion.h.in"
"${CMAKE_SOURCE_DIR}/Core/Samples/inc/BAVersion.h"
)
......@@ -48,8 +48,6 @@ configure_file("${CMAKE_SOURCE_DIR}/cmake/scripts/thisbornagain.sh.in" "${CMAKE_
configure_file("${CMAKE_SOURCE_DIR}/cmake/scripts/thisbornagain.csh.in" "${CMAKE_BINARY_DIR}/bin/thisbornagain.csh" @ONLY)
# --- configure project paths
message("XXX ${CMAKE_INSTALL_PREFIX}")
message("XXX ${CMAKE_SOURCE_DIR}")
configure_file("${CMAKE_SOURCE_DIR}/cmake/scripts/BAConfigure.h.in" "${CMAKE_SOURCE_DIR}/Core/Tools/inc/BAConfigure.h" @ONLY)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment