comparison Resources/CMake/OrthancStone.cmake @ 106:6a7c702a7531 wasm

optimization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2017 14:21:24 +0200
parents efd9ef2b67f1
children 71d574a3607f
comparison
equal deleted inserted replaced
105:e0ddd8cad909 106:6a7c702a7531
26 26
27 # Generic parameters 27 # Generic parameters
28 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 28 SET(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
29 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 29 SET(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
30 SET(STONE_SANDBOXED OFF CACHE BOOL "Whether Stone runs inside a sandboxed environment (such as Google NaCl)") 30 SET(STONE_SANDBOXED OFF CACHE BOOL "Whether Stone runs inside a sandboxed environment (such as Google NaCl)")
31 SET(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
31 32
32 # Optional components 33 # Optional components
33 SET(ENABLE_CURL ON CACHE BOOL "Include support for libcurl") 34 SET(ENABLE_CURL ON CACHE BOOL "Include support for libcurl")
34 SET(ENABLE_SSL OFF CACHE BOOL "Include support for SSL") 35 SET(ENABLE_SSL OFF CACHE BOOL "Include support for SSL")
35 SET(ENABLE_SDL ON CACHE BOOL "Include support for SDL") 36 SET(ENABLE_SDL ON CACHE BOOL "Include support for SDL")