Skip to content

Commit

Permalink
fix(python): vtk env
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent f4f4613 commit 66d247f
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 @@ -73,5 +73,5 @@ if(NOT VIENNALS_VTK_ENV)
return()
endif()

setup_vtk_env(${MODULE_NAME} ${VIENNALS_LIB_FOLDER})
setup_vtk_env(viennals2d ${VIENNALS_LIB_FOLDER}) # Not required for both targets, one will suffice
install(DIRECTORY ${VIENNALS_LIB_FOLDER} DESTINATION .)

0 comments on commit 66d247f

Please sign in to comment.