Skip to content

Commit

Permalink
Autoupdate python scripts in binary dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Nov 7, 2024
1 parent abcdc68 commit d2c6fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ else ()
)
endif()

file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/precice-aste-partition DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/precice-aste-join DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/precice-aste-evaluate DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
configure_file(src/precice-aste-partition . COPYONLY)
configure_file(src/precice-aste-join . COPYONLY)
configure_file(src/precice-aste-evaluate . COPYONLY)

include(GNUInstallDirs)
install(TARGETS precice-aste-run DESTINATION ${CMAKE_INSTALL_BINDIR})
Expand Down

0 comments on commit d2c6fae

Please sign in to comment.