Skip to content

Commit c378442

Browse files
Lukas Johannes BreitwieserLukas Johannes Breitwieser
authored andcommitted
Remove debug output
1 parent 8ed3b91 commit c378442

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/RootMacros.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,9 +2121,7 @@ endfunction()
21212121
# The 2nd argument is the return value
21222122
#----------------------------------------------------------------------------
21232123
function (IS_SYSTEM_INCLUDE_PATH path is_system_include_path)
2124-
message("CMAKE_SYSTEM_INCLUDE_PATH: ${CMAKE_SYSTEM_INCLUDE_PATH}")
21252124
foreach (dir ${CMAKE_SYSTEM_INCLUDE_PATH})
2126-
message("SYSTEM_INCLUDE_DIR: ${dir}")
21272125
if ("${path}" STREQUAL "${dir}")
21282126
set(${is_system_include_path} TRUE PARENT_SCOPE)
21292127
return()

0 commit comments

Comments
 (0)