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 541b7fd commit 62dc3a9Copy full SHA for 62dc3a9
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