mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
dc78838737
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.