Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkConfiguration.cmake Thu Jun 21 09:32:42 2018 +0200 +++ b/Resources/CMake/OrthancFrameworkConfiguration.cmake Wed Jun 27 15:09:11 2018 +0200 @@ -84,6 +84,7 @@ if (NOT ENABLE_LUA) unset(USE_SYSTEM_LUA CACHE) + unset(ENABLE_LUA_MODULES CACHE) add_definitions(-DORTHANC_ENABLE_LUA=0) endif()