Cleanup some of the PACKAGE_XXX variables and rely in the ones given by the project() command

This commit is contained in:
Luis Díaz Más
2018-09-11 14:24:23 +02:00
parent 14ab688b7f
commit 0bfa0168df
7 changed files with 13 additions and 21 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ set(EXV_ENABLE_WEBREADY ${EXIV2_ENABLE_WEBREADY})
set(EXV_HAVE_LENSDATA ${EXIV2_ENABLE_LENSDATA})
set(EXV_HAVE_PRINTUCS2 ${EXIV2_ENABLE_PRINTUCS2})
set(EXV_PACKAGE ${PACKAGE})
set(EXV_PACKAGE_NAME ${PROJECT_NAME})
set(EXV_PACKAGE_VERSION ${PROJECT_VERSION})
set(EXV_PACKAGE_STRING ${PACKAGE_STRING})
set(EXV_PACKAGE_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
if (${EXIV2_ENABLE_XMP} OR ${EXIV2_ENABLE_EXTERNAL_XMP})
set(EXV_HAVE_XMP_TOOLKIT ON)
else()