summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-02-11 19:32:22 +0000
committerCharles E. Rolke <chug@apache.org>2013-02-11 19:32:22 +0000
commitd6d717536dbb68639c025ea66a186c98db5ebdf7 (patch)
tree73ec76c9ca3beb03fd04afa5af0d5e72ab1524be
parenta677026296058f7ec77894725fff44a8c0a93ce8 (diff)
downloadqpid-python-d6d717536dbb68639c025ea66a186c98db5ebdf7.tar.gz
QPID-4575: Visual Studio 2012 - Update boost version list to latest release.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1444934 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index d0a5aece64..f2a19ba670 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -319,7 +319,7 @@ if (NOT DEFINED Boost_ADDITIONAL_VERSIONS)
set (Boost_ADDITIONAL_VERSIONS
"1.45" "1.45.0" "1.46" "1.46.0" "1.47" "1.47.0"
"1.48" "1.48.0" "1.49" "1.49.0" "1.50" "1.50.0"
- "1.51" "1.51.0" "1.52" "1.52.0")
+ "1.51" "1.51.0" "1.52" "1.52.0" "1.53" "1.53.0")
endif (NOT DEFINED Boost_ADDITIONAL_VERSIONS)
find_package(Boost 1.33 REQUIRED COMPONENTS ${Boost_components})