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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to