Skip to content

Commit

Permalink
Update CMakeLists.txt to copy suppression file to
Browse files Browse the repository at this point in the history
test directory.

Fixes ufs-community#300.
  • Loading branch information
GeorgeGayno-NOAA committed Jun 28, 2021
1 parent b2808e3 commit 7145847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/global_cycle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ endif()

include_directories(${PROJECT_SOURCE_DIR})

execute_process( COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/LSanSuppress.supp ${CMAKE_CURRENT_BINARY_DIR}/LSanSuppress.supp)

add_executable(ftst_land_increments ftst_land_increments.F90)
target_link_libraries(ftst_land_increments global_cycle_lib)

Expand Down

0 comments on commit 7145847

Please sign in to comment.