mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
The verification program entry point (main) is defined in a C source file, so the C compiler should be used to link when only Fortran and C are involved. The C++ compiler should still be used when the CXX option is enabled.