Skip to content

Commit

Permalink
fixed CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 29, 2024
1 parent bb11d60 commit 53e030f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ if(FTP_EXTRA_TEST_FILES)
endif()
endif()

# Get the very large file.
if(FTP_LARGE_TEST_FILES)
set(REF_FILES ${REF_FILES} "fv3lam.t00z.prslev.f000.grib2")
endif()

foreach(THE_FILE IN LISTS REF_FILES)
FILE(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/${THE_FILE}
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/data)
Expand Down

0 comments on commit 53e030f

Please sign in to comment.