From ce28ba626e9e64321b889c21279febe5f3eba7ce Mon Sep 17 00:00:00 2001 From: Bill March Date: Wed, 2 Feb 2011 22:04:22 +0000 Subject: [PATCH] added boost 1.45.0 to Boost_ADDITIONAL_VERSIONS --- fastlib/branches/fastlib-stl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlib/branches/fastlib-stl/CMakeLists.txt b/fastlib/branches/fastlib-stl/CMakeLists.txt index d4ce8dd32c..faca99452c 100644 --- a/fastlib/branches/fastlib-stl/CMakeLists.txt +++ b/fastlib/branches/fastlib-stl/CMakeLists.txt @@ -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)