comparison Resources/CMake/Compiler.cmake @ 2406:f0cfacd0c9b8

Orthanc framework: ORTHANC_SANDBOXED parameter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 16:28:27 +0200
parents ae50eccd41b7
children 862d943115f9
comparison
equal deleted inserted replaced
2405:85a22aad7dfe 2406:f0cfacd0c9b8
177 CHECK_INCLUDE_FILES(uuid/uuid.h HAVE_UUID_H) 177 CHECK_INCLUDE_FILES(uuid/uuid.h HAVE_UUID_H)
178 if (NOT HAVE_UUID_H) 178 if (NOT HAVE_UUID_H)
179 message(FATAL_ERROR "Please install the uuid-dev package") 179 message(FATAL_ERROR "Please install the uuid-dev package")
180 endif() 180 endif()
181 181
182 elseif (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
183 message("Building using Emscripten (for WebAssembly or asm.js targets)")
184
182 else() 185 else()
183 message(FATAL_ERROR "Support your platform here") 186 message(FATAL_ERROR "Support your platform here")
184 endif() 187 endif()
185 188
186 189