Skip to content

Commit

Permalink
Merge pull request #58 from stottsc/main
Browse files Browse the repository at this point in the history
cmake: require C++11, fixes build on macOS Catalina and Big Sur
  • Loading branch information
lenticularis39 authored Jan 23, 2021
2 parents 355137d + bf2b888 commit 0469758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
project(AXPBox VERSION 0.1)

# Source files
Expand Down

0 comments on commit 0469758

Please sign in to comment.