Merge pull request #5639 from Benitoite/patch-20

CMakeLists.txt LENSFUNDBDIR partial regress
This commit is contained in:
Beep6581 2020-02-07 17:05:09 +01:00 committed by GitHub
commit 113f0961d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,12 @@ if(NOT DEFINED APPDATADIR)
endif()
endif()
if (NOT APPLE)
if(DEFINED LENSFUNDBDIR AND NOT IS_ABSOLUTE "${LENSFUNDBDIR}")
set(LENSFUNDBDIR "${DATADIR}/${LENSFUNDBDIR}")
endif()
endif()
if(APPLE)
if("${CODESIGNID}")
set(CODESIGNID "${CODESIGNID}" CACHE STRING "Codesigning Identity")