You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include(RunCMake)
|
|
|
|
run_cmake(C)
|
|
run_cmake(CXX)
|
|
|
|
if(APPLE)
|
|
run_cmake(OBJC)
|
|
run_cmake(OBJCXX)
|
|
endif()
|
|
|
|
if(CMake_TEST_CUDA)
|
|
run_cmake(CUDA)
|
|
endif()
|
|
|
|
run_cmake(TestBigEndian-NoLang)
|