Skip to content

Commit

Permalink
comment out post_build for ResInsight
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Dec 8, 2023
1 parent 0a2f2da commit 8bed29b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ApplicationExeCode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,14 +381,14 @@ else()
endif(MSVC)

# Copy dependencies to make it possible to run ResInsight from the build folder
foreach(FILE_TO_COPY ${RI_FILENAMES})
add_custom_command(
TARGET ResInsight
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${FILE_TO_COPY}
$<TARGET_FILE_DIR:ResInsight>
)
endforeach()
#foreach(FILE_TO_COPY ${RI_FILENAMES})
# add_custom_command(
# TARGET ResInsight
# POST_BUILD
# COMMAND ${CMAKE_COMMAND} -E copy_if_different ${FILE_TO_COPY}
# $<TARGET_FILE_DIR:ResInsight>
# )
#endforeach()

# Generate Python code in a target that is part of ALL_BUILD and depends on
# ResInsight
Expand Down

0 comments on commit 8bed29b

Please sign in to comment.