comparison Plugins/Samples/ServeFolders/CMakeLists.txt @ 1393:56f613d1df29

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 May 2015 17:58:29 +0200
parents b3119c32c920
children 97268448bdfc
comparison
equal deleted inserted replaced
1392:477e35614602 1393:56f613d1df29
1 cmake_minimum_required(VERSION 2.8) 1 cmake_minimum_required(VERSION 2.8)
2 2
3 project(ServeFolders) 3 project(ServeFolders)
4 4
5 SET(SERVE_FOLDERS_VERSION "0.0" CACHE STRING "Version of the plugin") 5 SET(SERVE_FOLDERS_VERSION "0.0" CACHE STRING "Version of the plugin")
6 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
6 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 7 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
7 SET(USE_SYSTEM_JSONCPP ON CACHE BOOL "Use the system version of JsonCpp") 8 SET(USE_SYSTEM_JSONCPP ON CACHE BOOL "Use the system version of JsonCpp")
8 9
9 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../) 10 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/../../../)
10 11