mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
9 lines
120 B
CMake
9 lines
120 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(FromPATHEnv)
|
|
run_cmake(PrefixInPATH)
|
|
|
|
if(APPLE)
|
|
run_cmake(FrameworksWithSubdirs)
|
|
endif()
|