summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_library/RunCMakeTest.cmake
blob: 57339657e7ba8322e836cd761750577573eeed33 (plain)
1
2
3
4
5
6
include(RunCMake)

run_cmake(Created)
if(WIN32 OR CYGWIN)
  run_cmake(PrefixInPATH)
endif()