Skip to content

Commit

Permalink
Updated Armadillo version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajiv2605 committed Jul 5, 2017
1 parent b47ba65 commit 23fd3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ endif()
# BOOST_LIBRARYDIR - library directory for Boost
# MATHJAX_ROOT - root of MathJax installation

find_package(Armadillo 4.200.0 REQUIRED)
find_package(Armadillo 6.500.0 REQUIRED)

# If Armadillo was compiled without ARMA_64BIT_WORD and we are on a 64-bit
# system (where size_t will be 64 bits), suggest to the user that they should
Expand Down

0 comments on commit 23fd3d0

Please sign in to comment.