summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2016-04-26 19:54:19 +0000
committerJustin Ross <jross@apache.org>2016-04-26 19:54:19 +0000
commit2a263e48350fce1740577b983babc8df5bb038b7 (patch)
tree39aac9074720245696999db28ce8392101d4da79
parentb197a9737a9ee6649444c1a147871b7b0436dc07 (diff)
downloadqpid-python-2a263e48350fce1740577b983babc8df5bb038b7.tar.gz
QPID-7207: Work around a cmake bug
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1741092 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/CTestCustom.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/CTestCustom.cmake b/qpid/cpp/CTestCustom.cmake
index 57efd32a81..3d6bec1e33 100644
--- a/qpid/cpp/CTestCustom.cmake
+++ b/qpid/cpp/CTestCustom.cmake
@@ -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")