RunCMakeTest.cmake 127 B

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