Skip to content

Commit

Permalink
fix compiler error due to incorrect CXX version
Browse files Browse the repository at this point in the history
  • Loading branch information
jobinrjohnson authored Apr 26, 2019
1 parent f4c2400 commit 5106c7d
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
@@ -1,4 +1,5 @@
cmake_minimum_required (VERSION 2.6)
set (CMAKE_CXX_STANDARD 11)
project (QSim)

add_subdirectory(implementation)
Expand Down

0 comments on commit 5106c7d

Please sign in to comment.