We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cadd0 commit 33ed0beCopy full SHA for 33ed0be
CMakeLists.txt
@@ -108,7 +108,7 @@ IF(NOT CMAKE_SYSTEM_NAME)
108
"Target operating system is not specified. "
109
"cpuinfo will compile, but cpuinfo_initialize() will always fail.")
110
SET(CPUINFO_SUPPORTED_PLATFORM FALSE)
111
-ELSEIF(NOT CMAKE_SYSTEM_NAME MATCHES "^(Windows|WindowsStore|CYGWIN|MSYS|Darwin|Linux|Android|FreeBSD)$")
+ELSEIF(NOT CMAKE_SYSTEM_NAME MATCHES "^(Windows|WindowsStore|CYGWIN|MSYS|Darwin|Linux|Android|FreeBSD|Emscripten)$")
112
IF(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.14" AND NOT IS_APPLE_OS)
113
MESSAGE(WARNING
114
"Target operating system \"${CMAKE_SYSTEM_NAME}\" is not supported in cpuinfo. "
0 commit comments