From 039058608fec686dc19cacccefb8d425d7d94b26 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 26 Dec 2014 13:22:26 -0700 Subject: Use python, not python2, as name of python interpreter. Partially reverts ba8f2c48b700a466a8cf7097d5f72d43372d4c37. See #251. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c2c4714..6a46dc9 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ # To get verbose output: cmake --build build --target "test" -- ARGS='-V' -set(PYTHON python2) +set(PYTHON python) if (WIN32) file(TO_NATIVE_PATH ${CMAKE_BINARY_DIR}/src WIN_DLL_DIR) -- cgit v1.2.3