You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/04/26 21:54:19 UTC

svn commit: r1741092 - /qpid/trunk/qpid/cpp/CTestCustom.cmake

Author: jross
Date: Tue Apr 26 19:54:19 2016
New Revision: 1741092

URL: http://svn.apache.org/viewvc?rev=1741092&view=rev
Log:
QPID-7207: Work around a cmake bug

Modified:
    qpid/trunk/qpid/cpp/CTestCustom.cmake

Modified: qpid/trunk/qpid/cpp/CTestCustom.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CTestCustom.cmake?rev=1741092&r1=1741091&r2=1741092&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CTestCustom.cmake (original)
+++ qpid/trunk/qpid/cpp/CTestCustom.cmake Tue Apr 26 19:54:19 2016
@@ -1 +1 @@
-set(CTEST_CUSTOM_PRE_TEST "python ${CMAKE_BINARY_DIR}/src/tests/check_dependencies.py")
+set(CTEST_CUSTOM_PRE_TEST "${CMAKE_BINARY_DIR}/src/tests/check_dependencies.py")



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org