From 96262d167be0e3ed311c17c7d9bd6956a96a85bd Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 15 Oct 2008 16:56:01 -0400 Subject: ENH: run the right cmake --- Tests/CMakeBuildTest.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeBuildTest.cmake.in b/Tests/CMakeBuildTest.cmake.in index 246757f..b8c7791 100644 --- a/Tests/CMakeBuildTest.cmake.in +++ b/Tests/CMakeBuildTest.cmake.in @@ -38,7 +38,7 @@ if(RESULT) endif(RESULT) # build it again with clean and only COnly target -execute_process(COMMAND "@CMAKE_CMAKE_COMMAND@" +execute_process(COMMAND "${CMAKE_COMMAND}" --build "@CMAKE_BUILD_TEST_BINARY_DIR@" --config Debug --clean --target COnly RESULT_VARIABLE RESULT) -- cgit v0.12