Skip to content
Snippets Groups Projects
Commit 6349a720 authored by jstark's avatar jstark
Browse files

Added missing dependencies for boost for Sussman unit test.

parent 4bb7cca3
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ find_package(BLAS) ...@@ -54,6 +54,7 @@ find_package(BLAS)
find_package(LAPACK) find_package(LAPACK)
find_package(Eigen3) find_package(Eigen3)
find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK) find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK)
find_package(Boost REQUIRED COMPONENTS unit_test_framework filesystem system thread)
set(CMAKE_SKIP_BUILD_RPATH TRUE) set(CMAKE_SKIP_BUILD_RPATH TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment