make CMake script formatting more consistent

This commit is contained in:
Axel Kohlmeyer
2020-12-29 10:40:39 -05:00
parent 76cb49d0a0
commit fec52f6a48
6 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@ else()
find_package(Python3 COMPONENTS Interpreter QUIET)
endif()
if (Python3_EXECUTABLE)
if(Python3_EXECUTABLE)
if(Python3_VERSION VERSION_GREATER_EQUAL 3.5)
add_custom_target(
check-whitespace