mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
f511a1c009
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.19)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|