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

@ -25,7 +25,7 @@ else()
find_package(Python3 COMPONENTS Interpreter)
endif()
if (Python_EXECUTABLE)
if(Python_EXECUTABLE)
# prepare to augment the environment so that the LAMMPS python module and the shared library is found.
set(PYTHON_TEST_ENVIRONMENT PYTHONPATH=${LAMMPS_PYTHON_DIR}:$ENV{PYTHONPATH})
if(APPLE)