CMake/Tests/RunCMake/find_path/RunCMakeTest.cmake

10 lines
127 B
CMake

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