Mercurial > hg > orthanc
comparison CMakeLists.txt @ 2403:06536b4f30c0
rename USE_GOOGLE_TEST_DEBIAN_SOURCE_PACKAGE as USE_GOOGLE_TEST_DEBIAN_PACKAGE
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Sep 2017 16:34:47 +0200 |
parents | 741765ec8374 |
children | e6af2c5cd0f1 |
comparison
equal
deleted
inserted
replaced
2402:741765ec8374 | 2403:06536b4f30c0 |
---|---|
35 SET(BUILD_SERVE_FOLDERS ON CACHE BOOL "Whether to build the ServeFolders plugin") | 35 SET(BUILD_SERVE_FOLDERS ON CACHE BOOL "Whether to build the ServeFolders plugin") |
36 SET(ENABLE_PLUGINS ON CACHE BOOL "Enable plugins") | 36 SET(ENABLE_PLUGINS ON CACHE BOOL "Enable plugins") |
37 SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests") | 37 SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests") |
38 | 38 |
39 # Advanced parameters to fine-tune linking against system libraries | 39 # Advanced parameters to fine-tune linking against system libraries |
40 SET(USE_GOOGLE_TEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") | 40 SET(USE_GOOGLE_TEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") |
41 SET(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test") | 41 SET(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test") |
42 | 42 |
43 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_SOURCE_PACKAGE) | 43 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) |
44 | 44 |
45 | 45 |
46 ##################################################################### | 46 ##################################################################### |
47 ## Configuration of the Orthanc framework | 47 ## Configuration of the Orthanc framework |
48 ##################################################################### | 48 ##################################################################### |