Author: astitcher
Date: Wed Jun 18 21:00:14 2014
New Revision: 1603632
URL: http://svn.apache.org/r1603632
Log:
QPID-5829: This rearrangement is really it...
Modified:
qpid/trunk/qpid/cpp/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=1603632&r1=1603631&r2=1603632&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Wed Jun 18 21:00:14 2014
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]