Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2685:6801f99bbc2f jobs
Configuration option "LogExportedResources" is now "false" by default
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 27 Jun 2018 15:09:11 +0200 |
parents | d2f70c8f8bfd |
children | fb2d89acc2d1 |
comparison
equal
deleted
inserted
replaced
2684:b53cefe3901c | 2685:6801f99bbc2f |
---|---|
82 add_definitions(-DORTHANC_ENABLE_PNG=0) | 82 add_definitions(-DORTHANC_ENABLE_PNG=0) |
83 endif() | 83 endif() |
84 | 84 |
85 if (NOT ENABLE_LUA) | 85 if (NOT ENABLE_LUA) |
86 unset(USE_SYSTEM_LUA CACHE) | 86 unset(USE_SYSTEM_LUA CACHE) |
87 unset(ENABLE_LUA_MODULES CACHE) | |
87 add_definitions(-DORTHANC_ENABLE_LUA=0) | 88 add_definitions(-DORTHANC_ENABLE_LUA=0) |
88 endif() | 89 endif() |
89 | 90 |
90 if (NOT ENABLE_PUGIXML) | 91 if (NOT ENABLE_PUGIXML) |
91 unset(USE_SYSTEM_PUGIXML CACHE) | 92 unset(USE_SYSTEM_PUGIXML CACHE) |