Author: astitcher
Date: Thu Jan 16 23:03:24 2014
New Revision: 1558954
URL: http://svn.apache.org/r1558954
Log:
NO-JIRA: Turn off cmake warnings caused by change in recent cmake 2.8 versions
Modified:
qpid/trunk/qpid/cpp/src/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=1558954&r1=1558953&r2=1558954&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Thu Jan 16 23:03:24 2014
@@ -155,7 +155,10 @@ if (VALGRIND_FOUND)
endif (VALGRIND_FOUND)
# 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 2 lines completely
set (CMAKE_LINK_INTERFACE_LIBRARIES "")
+cmake_policy(SET CMP0022 OLD)
if (CMAKE_COMPILER_IS_GNUCXX)
# Warnings: Enable as many as possible, keep the code clean. Please
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]