We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead3720 commit 436cae3Copy full SHA for 436cae3
1 file changed
src/SystemLink.cmake
@@ -39,7 +39,7 @@ function(
39
if(lib_include_dirs)
40
target_include_system_directories(${target} ${scope} ${lib_include_dirs})
41
else()
42
- message(WARNING "${lib} library does not have the INTERFACE_INCLUDE_DIRECTORIES property.")
+ message(STATUS "${lib} library does not have the INTERFACE_INCLUDE_DIRECTORIES property.")
43
endif()
44
45
endfunction()
0 commit comments