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

Task #8437: Fixed generation of pipeline.cfg.CEP4

parent 75098119
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ configure_file(
${CMAKE_CURRENT_BINARY_DIR}/pipeline.cfg)
# Convert configuration files through docker-template
foreach(_file ${CMAKE_CURRENT_SOURCE_DIR}/pipeline.cfg.CEP4)
foreach(_file pipeline.cfg.CEP4)
# _src -> _dst
set(_src ${CMAKE_CURRENT_SOURCE_DIR}/${_file}.tmpl)
set(_dst ${CMAKE_CURRENT_BINARY_DIR}/${_file})
......
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