We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e5f6c commit 6183765Copy full SHA for 6183765
1 file changed
test/CMakeLists.txt
@@ -122,9 +122,9 @@ else() # Download CRTM coefficients
122
endif()
123
124
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})
+ set (CRTM_TESTFILES_PATH ${CRTM_COEFFS_PATH}/${CRTM_COEFFS_BRANCH}/fix)
+ message(STATUS "Set the file path to be seen by UFO at ${CRTM_TESTFILES_PATH} ")
+ set_property (GLOBAL PROPERTY CRTM_TESTFILES_PATH ${CRTM_TESTFILES_PATH})
128
129
# Create list of sensor ids for testing
130
list( APPEND Simple_Sensor_Ids
0 commit comments