diff --git a/ApplicationExeCode/CMakeLists.txt b/ApplicationExeCode/CMakeLists.txt index 6dd88ebb8d..5e91ffc2e5 100644 --- a/ApplicationExeCode/CMakeLists.txt +++ b/ApplicationExeCode/CMakeLists.txt @@ -398,10 +398,7 @@ foreach(riFileName ${RI_FILENAMES}) $ ) endforeach() -add_custom_target( - PreBuildFileCopy - ${copyCommands} -) +add_custom_target(PreBuildFileCopy ${copyCommands}) set_property(TARGET PreBuildFileCopy PROPERTY FOLDER "FileCopyTargets") # Make ResInsight depend on the prebuild target.