comparison Applications/Platforms/Sdl/OrthancStoneSdlConfiguration.cmake @ 1595:621e4e11783d

doxygen target, more consistent ORTHANC_STONE_ROOT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 17:42:13 +0100
parents 5887a4f8594b
children f9e3a9c21c0f
comparison
equal deleted inserted replaced
1594:74ed691f9c64 1595:621e4e11783d
20 20
21 ##################################################################### 21 #####################################################################
22 ## Sanity check of the configuration 22 ## Sanity check of the configuration
23 ##################################################################### 23 #####################################################################
24 24
25 include(${ORTHANC_STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 25 include(${ORTHANC_STONE_ROOT}/../Resources/CMake/OrthancStoneConfiguration.cmake)
26 26
27 if (ORTHANC_SANDBOXED) 27 if (ORTHANC_SANDBOXED)
28 message(FATAL_ERROR "Cannot enable SDL in sandboxed environments") 28 message(FATAL_ERROR "Cannot enable SDL in sandboxed environments")
29 endif() 29 endif()
30 30