added boost 1.45.0 to Boost_ADDITIONAL_VERSIONS
This commit is contained in:
@@ -15,7 +15,7 @@ find_package(Armadillo 0.9.90 REQUIRED)
|
||||
# unfortunately this configuration variable is necessary and will need to be
|
||||
# updated as time goes on and new versions are released
|
||||
set(Boost_ADDITIONAL_VERSIONS "1.41" "1.41.0" "1.42" "1.42.0" "1.43" "1.43.0"
|
||||
"1.44" "1.44.0")
|
||||
"1.44" "1.44.0" "1.45.0")
|
||||
find_package(Boost COMPONENTS math_c99 REQUIRED) # may require math_tr1?
|
||||
|
||||
option(WITH_OPTIMIZERS "Include optimization code - requires OPT++." OFF)
|
||||
|
||||
Reference in New Issue
Block a user