Skip to content
Snippets Groups Projects
Commit 2124b75a authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: improper placement of quotes shows error in cmake3.0.0

parent bbdba282
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ if(OTB_USE_EXTERNAL_GDAL)
if( ${GDAL_FORMATS} MATCHES "hdf" )
set(CHECK_GDAL_BUILT_WITH_HDF 1 CACHE INTERNAL "GDAL_BUILT_WITH_HDF" FORCE)
else()
message(STATUS "CHECK_GDAL_BUILT_WITH_HDF test failed : GDAL is not built with hdf support. So the HDF tests will be deactivated. Formats supported by your GDAL: " [ ${GDAL_FORMATS} ] )
message(STATUS "CHECK_GDAL_BUILT_WITH_HDF test failed : GDAL is not built with hdf support. So the HDF tests will be deactivated. Formats supported by your GDAL: [ " ${GDAL_FORMATS} " ]")
set(CHECK_GDAL_BUILT_WITH_HDF 0 CACHE INTERNAL "GDAL_BUILT_WITH_HDF" FORCE)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment