Merge pull request #5625 from rfranke/issue5622

Prepend DATADIR only once to LENSFUNDBDIR, see #5622
This commit is contained in:
Beep6581 2020-01-30 19:54:50 +01:00 committed by GitHub
commit c0e2ee1b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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