summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-02-18 19:32:13 +0000
committerTed Ross <tross@apache.org>2011-02-18 19:32:13 +0000
commit3618fa02911a0833cf0a82d297b3053c46c63b4a (patch)
treedf40db5a154fd3839d1b0202ef190b10f7323001 /cpp/src
parente1855dc1f7ce873ed5e579c5bbe24823ce5b75f0 (diff)
downloadqpid-python-3618fa02911a0833cf0a82d297b3053c46c63b4a.tar.gz
QPID-3061 - Removed second spurious reference to Boost_SYSTEM_LIBRARY.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1072111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index f6ec8ea0b3..f936c6942a 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -435,7 +435,6 @@ if (MSVC)
set(Boost_THREAD_LIBRARY "")
set(Boost_PROGRAM_OPTIONS_LIBRARY "")
set(Boost_FILESYSTEM_LIBRARY "")
- set(Boost_SYSTEM_LIBRARY "")
set(Boost_UNIT_TEST_FRAMEWORK_LIBRARY "")
set(Boost_REGEX_LIBRARY "")
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/windows/resources )