We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a7f26 commit ea2fdc1Copy full SHA for ea2fdc1
1 file changed
CMakeLists.txt
@@ -255,7 +255,8 @@ endif()
255
if(NOT WITH_NATIVE_INSTRUCTIONS)
256
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION OFF)
257
foreach(_cfg_name IN LISTS CMAKE_CONFIGURATION_TYPES)
258
- set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_${_cfg_name} OFF)
+ string(TOUPPER "${_cfg_name}" _cfg_name_uc)
259
+ set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_${_cfg_name_uc} OFF)
260
endforeach()
261
endif()
262
0 commit comments