We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fd629 commit fbf594bCopy full SHA for fbf594b
cmake/f_check.cmake
@@ -45,7 +45,7 @@ if (NOT ONLY_CBLAS)
45
46
# TODO: detect whether underscore needed, set #defines and BU appropriately - use try_compile
47
# TODO: set FEXTRALIB flags a la f_check?
48
- if (NOT (${CMAKE_SYSTEM_NAME} MATCHES "Windows" AND ${CMAKE_Fortran_COMPILER_ID} MATCHES "IntelLLVM"))
+ if (NOT (${CMAKE_SYSTEM_NAME} MATCHES "Windows" AND x${CMAKE_Fortran_COMPILER_ID} MATCHES "IntelLLVM"))
49
set(BU "_")
50
file(APPEND ${TARGET_CONF_TEMP}
51
"#define BUNDERSCORE _\n"
0 commit comments