comparison Applications/Platforms/WebAssembly/OrthancStoneWebAssemblyConfiguration.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
21 ##################################################################### 21 #####################################################################
22 ## Sanity check of the configuration 22 ## Sanity check of the configuration
23 ##################################################################### 23 #####################################################################
24 24
25 set(ENABLE_WEB_CLIENT OFF) 25 set(ENABLE_WEB_CLIENT OFF)
26 include(${ORTHANC_STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 26 include(${ORTHANC_STONE_ROOT}/../Resources/CMake/OrthancStoneConfiguration.cmake)
27 27
28 if (NOT ORTHANC_SANDBOXED) 28 if (NOT ORTHANC_SANDBOXED)
29 message(FATAL_ERROR "WebAssembly target must me configured as sandboxed") 29 message(FATAL_ERROR "WebAssembly target must me configured as sandboxed")
30 endif() 30 endif()
31 31