mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-30 21:13:49 -06:00
Remove dependency on Boost::Signals
The functionality has been replaced with equivalents from C++11.
This commit is contained in:
parent
a9b287f472
commit
1002b55a2f
@ -15,7 +15,7 @@ set (opm-core_DEPS
|
||||
"CXX11Features REQUIRED"
|
||||
# various runtime library enhancements
|
||||
"Boost 1.39.0
|
||||
COMPONENTS date_time filesystem system unit_test_framework signals REQUIRED"
|
||||
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
||||
# matrix library
|
||||
"BLAS REQUIRED"
|
||||
"LAPACK REQUIRED"
|
||||
|
Loading…
Reference in New Issue
Block a user