Skip to content

Commit

Permalink
Merge branch 'develop' into talamini/feature/initial_conditions_with_…
Browse files Browse the repository at this point in the history
…domain
  • Loading branch information
btalamini authored Jan 16, 2025
2 parents 2d77c4e + a23e67a commit 34c6acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/SeracConfigHeader.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ serac_convert_to_native_escaped_file_path(${CMAKE_BINARY_DIR} SERAC_BINARY_DIR
#------------------------------------------------------------------------------
serac_configure_file(
${PROJECT_SOURCE_DIR}/src/serac/serac_config.hpp.in
${CMAKE_BINARY_DIR}/include/serac/serac_config.hpp
${PROJECT_BINARY_DIR}/include/serac/serac_config.hpp
)

install(FILES ${CMAKE_BINARY_DIR}/include/serac/serac_config.hpp DESTINATION include/serac)
install(FILES ${PROJECT_BINARY_DIR}/include/serac/serac_config.hpp DESTINATION include/serac)

#------------------------------------------------------------------------------
# Generate serac-config.cmake for importing serac into other CMake packages
Expand Down

0 comments on commit 34c6acf

Please sign in to comment.