Skip to content

Commit

Permalink
Had to modify CMakeLists.txt to ensure C++11 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrighetto committed Aug 5, 2019
1 parent f123442 commit 78ec66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
if(COMMAND cmake_policy)
cmake_policy(SET CMP0011 NEW)
endif(COMMAND cmake_policy)
add_compile_options(-std=c++11)

#CMAKE extra config files
add_subdirectory(cmake)
Expand Down

0 comments on commit 78ec66c

Please sign in to comment.