https://github.com/Kitware/CMake
Revision 0356b81525019e054be5b6edc0c0f7ca51249f54 authored by Brad King on 19 October 2020, 15:08:49 UTC, committed by Brad King on 19 October 2020, 15:08:49 UTC
Fix the check added by commit 2ff1693066 (find_package: avoid showing
files as directories when searching config files, 2020-09-30,
v3.19.0-rc1~67^2) to avoid skipping the root prefix `/`.

Fixes: #21324
1 parent e61d872
Raw File
Tip revision: 0356b81525019e054be5b6edc0c0f7ca51249f54 authored by Brad King on 19 October 2020, 15:08:49 UTC
find_package: Fix regression in searching root prefix
Tip revision: 0356b81
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
CMakeUserPresets.json

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top