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 57e968f commit 26cceaeCopy full SHA for 26cceae
cmake/Modules/Platform/Emscripten.cmake
@@ -284,7 +284,7 @@ set(CMAKE_CXX_RESPONSE_FILE_LINK_FLAG "@")
284
285
# Set a global EMSCRIPTEN variable that can be used in client CMakeLists.txt to
286
# detect when building using Emscripten.
287
-set(EMSCRIPTEN 1 CACHE BOOL "If true, we are targeting Emscripten output.")
+set(EMSCRIPTEN 1 CACHE INTERNAL "If true, we are targeting Emscripten output.")
288
289
# Hardwire support for cmake-2.8/Modules/CMakeBackwardsCompatibilityC.cmake
290
# without having CMake to try complex things to autodetect these:
0 commit comments