mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 18:27:23 +00:00
f6c2189495
Rename Modules/Platform/<os>-<lang>.cmake files to Modules/Platform/<os>-Determine-<lang>.cmake to clarify their role. For compatibility with user-provided modules, load the old names if they exist.
4 lines
77 B
CMake
4 lines
77 B
CMake
if(NOT CMAKE_CXX_COMPILER_NAMES)
|
|
set(CMAKE_CXX_COMPILER_NAMES c++)
|
|
endif()
|