We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7318e commit cb445e8Copy full SHA for cb445e8
cmake/Modules/HandleCompilerRT.cmake
@@ -5,7 +5,7 @@
5
# COMPILER_RT_LIBRARY-<name>-<target> to NOTFOUND
6
function(cache_compiler_rt_library err_flag name target library_file)
7
if(err_flag OR NOT EXISTS "${library_file}")
8
- message(STATUS "Failed to find compiler-rt ${name} library for ${target}")
+ message(WARNING "Failed to find compiler-rt ${name} library for ${target}")
9
set(COMPILER_RT_LIBRARY_${name}_${target} "NOTFOUND" CACHE INTERNAL
10
"compiler-rt ${name} library for ${target}")
11
else()
0 commit comments