mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
f4da11a5da
This was missed by commit 96d9b94a98 (Emscripten: Add platform modules,
2025-05-16).
4 lines
74 B
CMake
4 lines
74 B
CMake
if(NOT CMAKE_C_COMPILER_NAMES)
|
|
set(CMAKE_C_COMPILER_NAMES emcc)
|
|
endif()
|