mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -06: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()
|