Skip to content

Commit

Permalink
Switched to C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcoleman committed Jul 16, 2016
1 parent b2e8178 commit f5210c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 2.8.12)
project(geometric_shapes)

add_compile_options(-std=c++11)

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")

if (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit f5210c9

Please sign in to comment.