Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Apr 16, 2024
1 parent 03a1dca commit 808ed12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set(SHA "bda76f96666405f72abef56ad4d7d5b93ca153cd7d675853fbdb199096949f8a")
string(SUBSTRING ${SHA} 0 6 SHORTSHA)
set(TAR "gdasapp-fix-${SHORTSHA}.tgz")
IF(DEFINED ENV{GDASAPP_UNIT_TEST_DATA_PATH})
file(COPY ENV{GDASAPP_UNIT_TEST_DATA_PATH}/${TAR} ${CMAKE_CURRENT_BINARY_DIR}/${TAR})
set(GDASAPP_UNIT_TEST_DATA_PATH "$ENV{GDASAPP_UNIT_TEST_DATA_PATH}")
file(COPY ${GDASAPP_UNIT_TEST_DATA_PATH}/${TAR} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
ELSE()
# download test files
file(DOWNLOAD
Expand Down

0 comments on commit 808ed12

Please sign in to comment.