Browse Source

Merge topic 'vs-fortran-try_compile' into release-3.26

4da50fe3f4 VS: Remove extra try_compile argument in Intel Fortran check

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8383
Brad King 2 years ago
parent
commit
921ffd3070
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Modules/CMakeDetermineCompilerABI.cmake

+ 0 - 1
Modules/CMakeDetermineCompilerABI.cmake

@@ -163,7 +163,6 @@ function(CMAKE_DETERMINE_COMPILER_ABI lang src)
           PROJECT IntelFortranImplicit
           SOURCE_DIR ${CMAKE_ROOT}/Modules/IntelVSImplicitPath
           BINARY_DIR ${CMAKE_BINARY_DIR}/CMakeFiles/IntelVSImplicitPath
-          IntelFortranImplicit
           CMAKE_FLAGS
           "-DCMAKE_Fortran_FLAGS:STRING=${CMAKE_Fortran_FLAGS}"
           OUTPUT_VARIABLE _output)