We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a9220 commit 6feedf8Copy full SHA for 6feedf8
cmake/modules/RootMacros.cmake
@@ -2145,8 +2145,8 @@ function (IS_SYSTEM_PATH path is_system_path)
2145
foreach (dir ${CMAKE_SYSTEM_PATH})
2146
if ("${path}" STREQUALS "$dir")
2147
set(${is_system_path} TRUE PARENT_SCOPE)
2148
+ return()
2149
endif()
- return()
2150
endforeach()
2151
set(${is_system_path} FALSE PARENT_SCOPE)
2152
endfunction()
0 commit comments