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