Remove dependency on Boost::Signals

The functionality has been replaced with equivalents from C++11.
This commit is contained in:
Roland Kaufmann 2013-08-26 13:11:08 +02:00
parent a9b287f472
commit 1002b55a2f

View File

@ -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"