Skip to content

Commit

Permalink
fix(cmakelists): vtk dir on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 2, 2023
1 parent 357a02c commit 2aa3da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ if(VIENNALS_USE_VTK)
if(MSVC)
set(VTK_LIBS "${VTK_BINARY_DIR}/bin/$<CONFIG>")
else()
set(VTK_LIBS "${VTK_BINARY_DIR}/bin")
set(VTK_LIBS "${VTK_BINARY_DIR}/lib")
endif()
endif()

Expand Down

0 comments on commit 2aa3da1

Please sign in to comment.