Skip to content
Snippets Groups Projects
Commit 58e6d834 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9893: Fixed tests after merge

parent 6799c964
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,11 @@ configure_file(
# List of default/ config parsets:
# CMake cannot detect changes in this list, but for these files it doesn't need to.
file(GLOB _config_parsets_src RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "parset-additions.d/default/*.parset")
file(GLOB _config_parsets_bin RELATIVE "${CMAKE_CURRENT_BINARY_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/parset-additions.d/default/*.parset") # configured .parset.in
lofar_add_sysconf_files(${_config_parsets_src})
# cannot yet use lofar_add_sysconf_files since that wants to make a symlink to the source dir,
# but we've build them there directly.
file(GLOB _config_parsets_bin "${CMAKE_CURRENT_BINARY_DIR}/parset-additions.d/default/*.parset") # configured .parset.in
install(FILES ${_config_parsets_bin} DESTINATION etc/parset-additions.d/default)
#lofar_add_sysconf_files(${_config_parsets_bin})
......
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