Mercurial > hg > orthanc
comparison CMakeLists.txt @ 4000:5f6c11a5e1f9
set default value for ORTHANC_FRAMEWORK_BUILDING_LIBRARY
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Jun 2020 19:18:14 +0200 |
parents | 44e2a8e0b6ae |
children | f6cb16413325 |
comparison
equal
deleted
inserted
replaced
3999:44e2a8e0b6ae | 4000:5f6c11a5e1f9 |
---|---|
249 add_definitions(-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=0) | 249 add_definitions(-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=0) |
250 endif() | 250 endif() |
251 | 251 |
252 | 252 |
253 add_definitions( | 253 add_definitions( |
254 -DORTHANC_FRAMEWORK_BUILDING_LIBRARY=0 | |
255 -DORTHANC_BUILD_UNIT_TESTS=1 | 254 -DORTHANC_BUILD_UNIT_TESTS=1 |
256 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 | 255 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 |
257 | 256 |
258 # Macros for the plugins | 257 # Macros for the plugins |
259 -DHAS_ORTHANC_EXCEPTION=0 | 258 -DHAS_ORTHANC_EXCEPTION=0 |