diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 03402b3b..2df02b0c 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -44,8 +44,8 @@ endif() if (NOT VIENNALS_SYSTEM_VTK) message(STATUS "[ViennaLS] Setting VTK_DIR to previously created environment") - # We set `VTK_DIR` to the previously setup environment to ensure - # that the python script can find the library files + # We set `VTK_DIR` to the previously setup environment to ensure that the python script can find + # the library files set(VTK_DIR "${PROJECT_BINARY_DIR}/vtk_env") endif()