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

Task #8256: Reverted move of Dockerfile since it is not a binary

parent e5e39444
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ lofar_add_sbin_scripts(docker-build-all.sh)
foreach(_dir ${DOCKER_TEMPLATE_DIRS})
# _src -> _dst
set(_src ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/Dockerfile.tmpl)
set(_dst ${CMAKE_BINARY_DIR}/bin/${_dir}_Dockerfile)
set(_dst ${CMAKE_CURRENT_BINARY_DIR}/${_dir}_Dockerfile)
# add generating command, and (any) target to force the generation
# when "all" is build.
......
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