Fixes by cmake-format

This commit is contained in:
magnesj 2024-01-15 07:56:25 +00:00 committed by Magne Sjaastad
parent 6eb8f75f17
commit caa42a89d3

View File

@ -398,10 +398,7 @@ foreach(riFileName ${RI_FILENAMES})
$<TARGET_FILE_DIR:ResInsightDummyTarget>
)
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.