cmake/Tests/RunCMake/find_path/RunCMakeTest.cmake
2016-10-30 18:24:19 +01:00

10 lines
127 B
CMake

include(RunCMake)
if(WIN32 OR CYGWIN)
run_cmake(PrefixInPATH)
endif()
if(APPLE)
run_cmake(FrameworksWithSubdirs)
endif()