mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
[BOLT][CMAKE] Add missing clauses to bolt/runtime/CMakeLists.txt
Fix build with Apple Clang. Tip @tschuett for reporting the issue #55404. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D125480
This commit is contained in:
parent
374d789997
commit
c1532ac4aa
@ -1,6 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.13.4)
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
project(libbolt_rt_project)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user