Docker post build : generate post build script with versions from the CMake project.

This commit is contained in:
JF
2020-09-08 22:15:10 +02:00
parent 4e8e52bf6e
commit d757344f1b
3 changed files with 3 additions and 3 deletions

View File

@@ -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)