You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exiv2/config/generateConfigFile.cmake

9 lines
315 B
CMake

# Note that the scope of the EXV_ variables in local
set(EXV_USE_SSH ${EXIV2_ENABLE_SSH})
set(EXV_USE_CURL ${EXIV2_ENABLE_CURL})
# TODO: Try to use check_symbol_exists
check_function_exists( gmtime_r EXV_HAVE_GMTIME_R )
configure_file( config/config.h.cmake ${CMAKE_SOURCE_DIR}/include/exiv2/exv_conf.h @ONLY)