From dd25d47e8a14365e359bbfa493dc8d7e29e96cbd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Sep 2020 22:50:11 +1000 Subject: Cleanup: add missing headers to CMake, formatting --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8f72db07d92..8941cc671dd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # The installation directory's Python is the best one to use. However, it can only be there after the install step, # which means that Python will never be there on a fresh system. To suit different needs, the user can pass # -DTEST_PYTHON_EXE=/path/to/python to CMake. -if (NOT TEST_PYTHON_EXE) +if(NOT TEST_PYTHON_EXE) set(TEST_PYTHON_EXE ${_default_test_python_exe}) message(STATUS "Tests: Using Python executable: ${TEST_PYTHON_EXE}") elseif(NOT EXISTS ${TEST_PYTHON_EXE}) -- cgit v1.2.3