Skip to content

Commit

Permalink
Copy original files instead of symbolic link.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavies2 authored and wdeconinck committed Mar 7, 2024
1 parent cc5db98 commit 9a3055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ecbuild_add_library( TARGET transi_dp
ectrans_target_fortran_module_directory( TARGET transi_dp
MODULE_DIRECTORY ${PROJECT_BINARY_DIR}/module/trans_dp
)
file( GLOB transi_includes include/ectrans/* )
set( transi_includes transi.h version.h )
install(
FILES ${transi_includes}
DESTINATION include/ectrans
Expand Down

0 comments on commit 9a3055f

Please sign in to comment.