From b5d8c405f884293f6959c55f4da2c795a5d2a3bd Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Sat, 9 Dec 2023 11:18:14 +0100 Subject: [PATCH] test using working folder --- ApplicationExeCode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationExeCode/CMakeLists.txt b/ApplicationExeCode/CMakeLists.txt index a4a61f1785..5035d71778 100644 --- a/ApplicationExeCode/CMakeLists.txt +++ b/ApplicationExeCode/CMakeLists.txt @@ -391,7 +391,7 @@ foreach(full_file_name ${RI_FILENAMES}) # Get the filename from the full path. get_filename_component(file_name ${full_file_name} NAME) add_custom_target( prebuild_${file_name} - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${full_file_name} $ + COMMAND ${CMAKE_COMMAND} -E copy_if_different ${full_file_name} . ) # My application depends on the each pre-build target.