1 2 3 4 5 6 7 8 9
include(RunCMake) if(WIN32 OR CYGWIN) run_cmake(PrefixInPATH) endif() if(APPLE) run_cmake(FrameworksWithSubdirs) endif()