mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 00:19:46 +01:00
Output GDAL library version in CMake status output.
This commit is contained in:
parent
0e88b49a53
commit
ebb5b3037e
|
|
@ -1589,7 +1589,7 @@ if(WITH_OPENEXR OR HAVE_OPENEXR)
|
|||
endif()
|
||||
|
||||
if(WITH_GDAL OR HAVE_GDAL)
|
||||
status(" GDAL:" HAVE_GDAL THEN "YES (${GDAL_LIBRARY})" ELSE "NO")
|
||||
status(" GDAL:" HAVE_GDAL THEN "${GDAL_LIBRARY} (ver ${GDAL_VERSION})" ELSE "NO")
|
||||
endif()
|
||||
|
||||
if(WITH_GDCM OR HAVE_GDCM)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user