# HG changeset patch # User Sebastien Jodogne # Date 1515488528 -3600 # Node ID 80c1ed8e728315968dc37a64496dad5147efea4c # Parent 61fc5133e5d59529cecf23b582710861f203e51a uuid not available if sandboxed diff -r 61fc5133e5d5 -r 80c1ed8e7283 Resources/CMake/OrthancFrameworkConfiguration.cmake --- a/Resources/CMake/OrthancFrameworkConfiguration.cmake Fri Jan 05 16:38:25 2018 +0100 +++ b/Resources/CMake/OrthancFrameworkConfiguration.cmake Tue Jan 09 10:02:08 2018 +0100 @@ -333,9 +333,12 @@ ##################################################################### include(${CMAKE_CURRENT_LIST_DIR}/JsonCppConfiguration.cmake) -include(${CMAKE_CURRENT_LIST_DIR}/UuidConfiguration.cmake) include(${CMAKE_CURRENT_LIST_DIR}/ZlibConfiguration.cmake) +if (NOT ORTHANC_SANDBOXED) + include(${CMAKE_CURRENT_LIST_DIR}/UuidConfiguration.cmake) +endif() + # We put Boost as the last dependency, as it is the heaviest to # configure, which allows to quickly spot problems when configuring # static builds in other dependencies