Skip to content

Commit 6183765

Browse files
committed
Remove the UFO from the file path available from CRTM
1 parent 36e5f6c commit 6183765

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ else() # Download CRTM coefficients
122122
endif()
123123
endif()
124124

125-
set (UFO_CRTM_TESTFILES_PATH ${CRTM_COEFFS_PATH}/${CRTM_COEFFS_BRANCH}/fix)
126-
message(STATUS "Set the file path to be seen by UFO at ${UFO_CRTM_TESTFILES_PATH} ")
127-
set_property (GLOBAL PROPERTY UFO_CRTM_TESTFILES_PATH ${UFO_CRTM_TESTFILES_PATH})
125+
set (CRTM_TESTFILES_PATH ${CRTM_COEFFS_PATH}/${CRTM_COEFFS_BRANCH}/fix)
126+
message(STATUS "Set the file path to be seen by UFO at ${CRTM_TESTFILES_PATH} ")
127+
set_property (GLOBAL PROPERTY CRTM_TESTFILES_PATH ${CRTM_TESTFILES_PATH})
128128

129129
# Create list of sensor ids for testing
130130
list( APPEND Simple_Sensor_Ids

0 commit comments

Comments
 (0)