Skip to content

Commit

Permalink
Require c++11 for rtmidi
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Sep 29, 2024
1 parent 4074cf2 commit 866f812
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.9)
project(goattracker2)

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")

if("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" OR
Expand Down

0 comments on commit 866f812

Please sign in to comment.