mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-25 00:36:19 +00:00
Request that find result is stored in a normal variable rather than a cache entry. Fixes: #20687 Issue: #20743
12 lines
185 B
CMake
12 lines
185 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(EmptyOldStyle)
|
|
run_cmake(FromPATHEnv)
|
|
run_cmake(PrefixInPATH)
|
|
run_cmake(Required)
|
|
run_cmake(NO_CACHE)
|
|
|
|
if(APPLE)
|
|
run_cmake(FrameworksWithSubdirs)
|
|
endif()
|