6 lines
73 B
CMake
6 lines
73 B
CMake
include(RunCMake)
|
|
|
|
if(WIN32 OR CYGWIN)
|
|
run_cmake(PrefixInPATH)
|
|
endif()
|