cmake/Tests/RunCMake/find_path/RunCMakeTest.cmake

10 lines
127 B
CMake
Raw Normal View History

2015-08-17 11:37:30 +02:00
include(RunCMake)
2016-07-09 11:21:54 +02:00
if(WIN32 OR CYGWIN)
run_cmake(PrefixInPATH)
endif()
2016-10-30 18:24:19 +01:00
if(APPLE)
run_cmake(FrameworksWithSubdirs)
endif()