Files
CMake/Tests/RunCMake/ABI/RunCMakeTest.cmake
Brad King fcc89bda1d TestBigEndian: Re-implement using byte order detected from ABI check
Document the module as deprecated in favor of the ABI check results.
2020-11-06 09:17:30 -05:00

16 lines
184 B
CMake

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)