1 2 3 4 5 6 7 8
include(RunCMake) run_cmake(FromPATHEnv) run_cmake(PrefixInPATH) if(APPLE) run_cmake(FrameworksWithSubdirs) endif()