From 3a95f8c316e8d81a876094409a5952b3f41b5ba3 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 18 Jun 2014 21:00:14 +0000 Subject: QPID-5829: This rearrangement is really it... git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1603632 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index 45803aae73..c5be4de97a 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -51,9 +51,6 @@ include(BuildInstallSettings.cmake) enable_testing() include (CTest) -# Define windows versions and library helpers -include (src/msvc.cmake) - if (MSVC) # Change warning C4996 from level 1 to level 4. These are real and shouldn't # be completely ignored, but they're pretty well checked out and will throw @@ -119,6 +116,9 @@ configure_file( add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) +# Define windows versions and library helpers +include (src/msvc.cmake) + # Do not keep on linking against transitive library dependencies # TODO Need to rework CMake files to use INTERFACE_LINK_LIBRARIES target property # When that is done we can remove the next 4 lines completely -- cgit v1.2.1