mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
87b71eec62
Request that find result is stored in a normal variable rather than a cache entry. Fixes: #20687 Issue: #20743
8 lines
132 B
CMake
8 lines
132 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(FromPATHEnv)
|
|
run_cmake(FromPrefixPath)
|
|
run_cmake(PrefixInPATH)
|
|
run_cmake(Required)
|
|
run_cmake(NO_CACHE)
|