mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
555f589a5a
To use VS C and Fotran in the same solution, it is required that VS be able to find the Fortran run time libraries as they will be implicitly linked by any Fortran library used by VS C programs. This adds a check into CMakeDetermineCompilerABI using a try-compile to find the correct PATH.