mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
find_dependency: unset cmake_fd_version variable at end of macro
This matches the other macro variables.
This commit is contained in:
@@ -65,6 +65,7 @@ macro(find_dependency dep)
|
||||
set(${CMAKE_FIND_PACKAGE_NAME}_FOUND False)
|
||||
return()
|
||||
endif()
|
||||
set(cmake_fd_version)
|
||||
set(cmake_fd_required_arg)
|
||||
set(cmake_fd_quiet_arg)
|
||||
set(cmake_fd_exact_arg)
|
||||
|
||||
Reference in New Issue
Block a user