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 01ffd88 commit 9ecf0efCopy full SHA for 9ecf0ef
example/CMakeLists.txt
@@ -76,7 +76,7 @@ example(minimal minimal)
76
example(mut mut)
77
example(matcher matcher)
78
79
-if(NOT "${CMAKE_CXX_COMPILER_ID}" MATCHES "AppleClang")
+if(NOT "${CMAKE_CXX_COMPILER_ID}" MATCHES "AppleClang" AND NOT "${CMAKE_SYSTEM_NAME}" MATCHES "Emscripten")
80
example(parameterized parameterized)
81
endif()
82
0 commit comments