From e1b4c35e45cddf8752207d4a7c1ead53f3022290 Mon Sep 17 00:00:00 2001 From: Curve Date: Mon, 11 Mar 2024 12:49:12 +0100 Subject: [PATCH] fix: format --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 2df02b0c..73431a8a 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -42,7 +42,7 @@ if(WIN32 AND NOT VIENNALS_SYSTEM_VTK) setup_vtk_env(${PROJECT_NAME} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) endif() -if (NOT VIENNALS_SYSTEM_VTK) +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