From 06f1823abdce63fd241c6a5457160ef3acf45169 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 4 Nov 2016 15:30:57 +0000 Subject: [PATCH] Task #8256: Reverted move of Dockerfile since it is not a binary --- Docker/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/CMakeLists.txt b/Docker/CMakeLists.txt index ffcd9ac6b26..a8ee519d482 100644 --- a/Docker/CMakeLists.txt +++ b/Docker/CMakeLists.txt @@ -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. -- GitLab