comparison ViewerPlugin/CMakeLists.txt @ 12:2d7676b93a0f

fix to find OpenJPEG on Debian
author jodogne
date Thu, 27 Oct 2016 09:54:28 +0200
parents 62adabb8c122
children e944d00a8a9e
comparison
equal deleted inserted replaced
11:217a219ac0fc 12:2d7676b93a0f
18 SET(USE_SYSTEM_OPENJPEG ON CACHE BOOL "Use the system version of OpenJpeg") 18 SET(USE_SYSTEM_OPENJPEG ON CACHE BOOL "Use the system version of OpenJpeg")
19 SET(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib") 19 SET(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib")
20 SET(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK") 20 SET(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK")
21 21
22 # Parameters related to OpenLayers 22 # Parameters related to OpenLayers
23 SET(USE_SYSTEM_OPENLAYERS OFF CACHE BOOL "Use the system version of OpenLayers") 23 SET(USE_SYSTEM_OPENLAYERS ON CACHE BOOL "Use the system version of OpenLayers")
24 SET(OPENLAYERS_CSS "" CACHE FILEPATH "Path to the system version of OpenLayers CSS") 24 SET(OPENLAYERS_CSS "" CACHE FILEPATH "Path to the system version of OpenLayers CSS")
25 SET(OPENLAYERS_JS "" CACHE FILEPATH "Path to the system version of OpenLayers JavaScript") 25 SET(OPENLAYERS_JS "" CACHE FILEPATH "Path to the system version of OpenLayers JavaScript")
26 26
27 27
28 ##################################################################### 28 #####################################################################