mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
87b71eec62
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()
|