Skip to content

Commit

Permalink
refactor(python): simplify vtk path
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 11, 2024
1 parent e1b4c35 commit 17343d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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
set(VTK_DIR "${PROJECT_BINARY_DIR}/vtk_env")
set(VTK_DIR "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
endif()

# --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 17343d2

Please sign in to comment.