From 8661b1bb4bc5b31df06ff73581c47acf2a4e62b4 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 18 Jun 2014 19:10:19 +0000 Subject: QPID-5829: Rearrange CMake - repair original commit that breaks the .NET binding r1603064 fails to define some CMake version variables before using them for template processing. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1603587 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'qpid/cpp/src') 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) -- cgit v1.2.1