File tree Expand file tree Collapse file tree 3 files changed +27
-493
lines changed Expand file tree Collapse file tree 3 files changed +27
-493
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.18.1 )
1+ cmake_minimum_required (VERSION 3.19 )
22
33#
44# MUST be included before project()!
55#
6- include ("../../build-tools/cmake/xa_common .cmake" )
6+ include ("../../build-tools/cmake/xa_preamble .cmake" )
77
88if (NOT DEFINED LIBUNWIND_LIBRARY_NAME)
99 message (FATAL_ERROR "Please set the LIBUNWIND_LIBRARY_NAME variable on command line (-DLIBUNWIND_LIBRARY_NAME=base_library_name)" )
@@ -46,9 +46,10 @@ project(
4646 LANGUAGES C ASM
4747)
4848
49- set (CMAKE_C_STANDARD 11)
50- set (CMAKE_C_STANDARD_REQUIRED ON )
51- set (CMAKE_C_EXTENSIONS OFF )
49+ #
50+ # MUST be included after project()!
51+ #
52+ include ("../../build-tools/cmake/xa_common.cmake" )
5253
5354include (CheckCSourceCompiles)
5455include (CheckIncludeFiles)
You can’t perform that action at this time.
0 commit comments