Skip to content

Commit 436cae3

Browse files
committed
fix: use STATUS for missing INTERFACE_INCLUDE_DIRECTORIES
1 parent ead3720 commit 436cae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SystemLink.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function(
3939
if(lib_include_dirs)
4040
target_include_system_directories(${target} ${scope} ${lib_include_dirs})
4141
else()
42-
message(WARNING "${lib} library does not have the INTERFACE_INCLUDE_DIRECTORIES property.")
42+
message(STATUS "${lib} library does not have the INTERFACE_INCLUDE_DIRECTORIES property.")
4343
endif()
4444
endif()
4545
endfunction()

0 commit comments

Comments
 (0)