summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-08 22:15:10 +0200
committerJF <jf@codingfield.com>2020-09-08 22:15:10 +0200
commitd757344f1b6921d84a9b3d6d42b5e0f5a472813a (patch)
tree53cb99261f02908fbfc08b6f4aba99e9b1782e79 /src
parent4e8e52bf6e107c295c9bdb46623d4dd869aff8ae (diff)
Docker post build : generate post build script with versions from the CMake project.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8ccd82bc..4032d7ea 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -727,4 +727,3 @@ elseif(USE_OPENOCD)
endif()
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../docker/post_build.sh.in ${CMAKE_CURRENT_SOURCE_DIR}/../docker/post_build.sh)