comparison Orthanc/Resources/CMake/Compiler.cmake @ 172:330ecfd96aec

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 12:53:46 +0200
parents bd5597966b3d
children dd1ad819ca33
comparison
equal deleted inserted replaced
171:b6c55352818c 172:330ecfd96aec
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