We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd0937 commit 50f8476Copy full SHA for 50f8476
cmake/modules/RootMacros.cmake
@@ -2123,8 +2123,8 @@ function (IS_SYSTEM_PATH path is_system_path)
2123
foreach (dir ${CMAKE_SYSTEM_PATH})
2124
if ("${path}" STREQUALS "$dir")
2125
set(${is_system_path} TRUE PARENT_SCOPE)
2126
+ return()
2127
endif()
- return()
2128
endforeach()
2129
set(${is_system_path} FALSE PARENT_SCOPE)
2130
endfunction()
0 commit comments