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 8ed3b91 commit c378442Copy full SHA for c378442
cmake/modules/RootMacros.cmake
@@ -2121,9 +2121,7 @@ endfunction()
2121
# The 2nd argument is the return value
2122
#----------------------------------------------------------------------------
2123
function (IS_SYSTEM_INCLUDE_PATH path is_system_include_path)
2124
- message("CMAKE_SYSTEM_INCLUDE_PATH: ${CMAKE_SYSTEM_INCLUDE_PATH}")
2125
foreach (dir ${CMAKE_SYSTEM_INCLUDE_PATH})
2126
- message("SYSTEM_INCLUDE_DIR: ${dir}")
2127
if ("${path}" STREQUAL "${dir}")
2128
set(${is_system_include_path} TRUE PARENT_SCOPE)
2129
return()
0 commit comments