From 2a263e48350fce1740577b983babc8df5bb038b7 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Tue, 26 Apr 2016 19:54:19 +0000 Subject: QPID-7207: Work around a cmake bug git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1741092 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/CTestCustom.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') 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") -- cgit v1.2.1