Server IP : 51.89.169.208 / Your IP : 216.73.216.52 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/cmake/Modules/Platform/ |
Upload File : |
include(Platform/Windows-Intel) __windows_compiler_intel(C) set(CMAKE_DEPFILE_FLAGS_C "-QMD -QMT <DEP_TARGET> -QMF <DEP_FILE>") set(CMAKE_C_DEPFILE_FORMAT gcc) if(CMAKE_GENERATOR MATCHES "^Ninja") if(_CMAKE_NINJA_VERSION VERSION_LESS 1.9) # This ninja version is too old to support the Intel depfile format. # Fall back to msvc depfile format. set(CMAKE_DEPFILE_FLAGS_C "/showIncludes") set(CMAKE_C_DEPFILE_FORMAT msvc) endif() endif() if((NOT DEFINED CMAKE_DEPENDS_USE_COMPILER OR CMAKE_DEPENDS_USE_COMPILER) AND CMAKE_GENERATOR MATCHES "Makefiles|WMake") # dependencies are computed by the compiler itself set(CMAKE_C_DEPENDS_USE_COMPILER TRUE) endif() # The Intel compiler does not properly escape spaces in a depfile which can # occur in source and binary cmake paths as well as external include paths. # Until Intel fixes this bug, fall back unconditionally to msvc depfile format. set(CMAKE_DEPFILE_FLAGS_C "/showIncludes") set(CMAKE_C_DEPFILE_FORMAT msvc)