diff options
-rw-r--r-- | man/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index b37966a..a63421f 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -1,4 +1,4 @@ -set(PYTHON python2) +set(PYTHON python) if (NOT MSVC) add_custom_target(man ALL 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) |