mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Request that find result is stored in a normal variable rather than a cache entry. Fixes: #20687 Issue: #20743
13 lines
232 B
CMake
13 lines
232 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(Created)
|
|
run_cmake(FromPrefixPath)
|
|
run_cmake(FromPATHEnv)
|
|
if(UNIX AND NOT CYGWIN)
|
|
run_cmake(LibArchLink)
|
|
run_cmake(LibSymLink)
|
|
endif()
|
|
run_cmake(PrefixInPATH)
|
|
run_cmake(Required)
|
|
run_cmake(NO_CACHE)
|