11 lines
152 B
CMake
11 lines
152 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(EmptyOldStyle)
|
|
if(WIN32 OR CYGWIN)
|
|
run_cmake(PrefixInPATH)
|
|
endif()
|
|
|
|
if(APPLE)
|
|
run_cmake(FrameworksWithSubdirs)
|
|
endif()
|