Skip to content

Commit

Permalink
testing unit test set cxx standard 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoendev committed Aug 16, 2019
1 parent 5567ca9 commit f2cfbc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

# Check if external libraries are present; these are needed for the unit tests

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

find_package(Eigen3)

include_directories(${EIGEN3_INCLUDE_DIR})
Expand Down

0 comments on commit f2cfbc8

Please sign in to comment.