This is not a stdlib-specific problem, but others may encounter the same obstacle. When I try to build stdlib using cmake on Windows, I get the following problem. How do I tell cmake to use gfortran and specify its location? I see discussion of this problemherebut don't see a resolut...
我正在使用Cmake版本2.8.11,MS Visual Studio 2013和Boost 1.54.0。 当我尝试从Cmake配置时,出现...
(x86)/Intel/oneAPI/compiler/2021.4.0/windows/bin/intel64/ifort.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/CMakeTestFortranCompiler.cmake:54 (message): The Fortran compiler "C:/Program Files (x86)/Intel/oneAPI/compiler/2021.4....
set(CMAKE_Fortran_COMPILER_ID_TEST_FLAGS_FIRST # Get verbose output to help distinguish compilers. "-v" ) set(CMAKE_Fortran_COMPILER_ID_TEST_FLAGS # Try compiling to an object file only. "-c" # Intel on windows does not preprocess by default. "-fpp" ) endif() #...
SET(CMAKE_Fortran_PLATFORM_ID"Windows") SET(CMAKE_Fortran_COMPILER_ID"Intel") ENDIF(${CMAKE_GENERATOR}MATCHES"Visual Studio") IF(NOTCMAKE_Fortran_COMPILER_ID_RUN) SET(CMAKE_Fortran_COMPILER_ID_RUN1) #Eachentryinthislistisasetofextraflagstotry ...
(x86)/Intel/oneAPI/compiler/2021.4.0/windows/bin/intel64/ifort.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/CMakeTestFortranCompiler.cmake:54 (message): The Fortran compiler "C:/Program Files (x86)/Intel/oneAPI/compiler/2021.4....
FindwxWindows.cmake FortranCInterface.cmake GNUInstallDirs.cmake GenerateExportHeader.cmake GetPrerequisites.cmake GoogleTest.cmake GoogleTestAddTests.cmake ITKCompatibility.cmake InstallRequiredSystemLibraries.cmake KDE3Macros.cmake MacOSXBundleInfo.plist.in MacOSXFrameworkInfo.plist.in Mac...
(x86)/Intel/oneAPI/compiler/2021.4.0/windows/bin/intel64/ifort.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/CMakeTestFortranCompiler.cmake:54 (message): The Fortran compiler "C:/Program Files (x86)/Intel/oneAPI/compiler/2021.4....
FindwxWindows.cmake FortranCInterface.cmake GNUInstallDirs.cmake GenerateExportHeader.cmake GetPrerequisites.cmake GoogleTest.cmake GoogleTestAddTests.cmake ITKCompatibility.cmake InstallRequiredSystemLibraries.cmake KDE3Macros.cmake MacOSXBundleInfo.plist.in MacOSXFrameworkInfo.plist.in Macr...
(x86)/Intel/oneAPI/compiler/2021.4.0/windows/bin/intel64/ifort.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/CMakeTestFortranCompiler.cmake:54 (message): The Fortran compiler "C:/Program Files (x86)/Intel/oneAPI/compiler/2021.4....