added boost 1.45.0 to Boost_ADDITIONAL_VERSIONS

This commit is contained in:
Bill March
2011-02-02 22:04:22 +00:00
parent b133f63f66
commit ce28ba626e
+1 -1
View File
@@ -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)