You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES for the case when we
don't use compiler-auto-detection. i.e.
`-DEMSCRIPTEN_FORCE_COMPILERS=OFF` which happens to be the default
today.
As a followup we should consider completely removing
`EMSCRIPTEN_FORCE_COMPILERS`.
Fixes: #23444
message(FATAL_ERROR "Failed to find emscripten cache directory with command \"'${EMSCRIPTEN_ROOT_PATH}/em-config${EMCC_SUFFIX}' CACHE\"! Process returned with error code ${_emcache_result}.")
message(FATAL_ERROR "Failed to find emscripten cache directory with command \"'${EMSCRIPTEN_ROOT_PATH}/em-config${EMCC_SUFFIX}' CACHE\"! Process returned with error code ${_emcache_result}.")
0 commit comments