Re-enable a private LENSFUNDBDIR on Win32 and UNIX

Restores a few lines in CMakeLists.txt 2cc8918 removed for non-APPLE systems.
This commit is contained in:
Benitoite
2020-02-07 00:47:24 -08:00
committed by GitHub
parent 9bcebf54d5
commit 1150a4352f

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")