diff options
| author | Charles E. Rolke <chug@apache.org> | 2015-07-13 20:49:48 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2015-07-13 20:49:48 +0000 |
| commit | 87596b464716492c63cdfa73790fd0015c533645 (patch) | |
| tree | 04aab4c976d92578f64b9d2d6086369fbcc44e13 /qpid/cpp/src | |
| parent | cf25806ea7b3a4d4b9c354ac0e25030d7785575b (diff) | |
| download | qpid-python-87596b464716492c63cdfa73790fd0015c533645.tar.gz | |
QPID-6641: Update Windows SDK build for VS2013, Boost 1.58
Relax requirement for boost/include dir. Boost.org upstream builds don't
have them.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1690816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 8e2b5b73e8..cddab6b5dd 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -179,7 +179,8 @@ if (NOT DEFINED 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.53" "1.53.0" - "1.54" "1.54.0" "1.55" "1.55.0") + "1.54" "1.54.0" "1.55" "1.55.0" "1.56" "1.56.0" + "1.57" "1.57.0" "1.58" "1.58.0") endif (NOT DEFINED Boost_ADDITIONAL_VERSIONS) # Discover Boost version |
