Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Specifying cmake c++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomDuck committed May 22, 2020
1 parent 36cffac commit 5ea931a
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
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required (VERSION 2.6)

project (aging)

set (CMAKE_CXX_STANDARD 14)

include_directories("src")

# search for location of header gmpxx.h", only at positions given by the user
Expand Down

0 comments on commit 5ea931a

Please sign in to comment.