summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index 7325e86f92..783b26cc5e 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -63,9 +63,6 @@ find_package_handle_standard_args(SASL DEFAULT_MSG FOUND_SASL_LIB FOUND_SASL_H)
#set (CMAKE_VERBOSE_MAKEFILE ON) # for debugging
-# Define windows versions and library helpers
-include (msvc.cmake)
-
# Add a test to check the exported library API against expected API symbols
MACRO (add_api_test libname)
if (NOT CMAKE_SYSTEM_NAME STREQUAL Windows AND BUILD_TESTING)