Skip to content

Commit

Permalink
FIELD_API: fix to testing CMake for ifs-source static-link builds
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Oct 30, 2023
1 parent 452f677 commit d0ad95f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ecbuild_add_test(
parkind_dp
fiat
OpenMP::OpenMP_Fortran
LINKER_LANGUAGE Fortran
)

## Unit tests
Expand Down Expand Up @@ -52,6 +53,7 @@ foreach(TEST_FILE ${TEST_FILES})
parkind_dp
fiat
OpenMP::OpenMP_Fortran
LINKER_LANGUAGE Fortran
)

set_target_properties(${TEST_NAME}.x
Expand All @@ -68,4 +70,5 @@ ecbuild_add_test(
fiat
parkind_sp
OpenMP::OpenMP_Fortran
LINKER_LANGUAGE Fortran
)

0 comments on commit d0ad95f

Please sign in to comment.