Skip to content

Commit

Permalink
fix(cmake): install vtk on macos as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 18, 2024
1 parent 7af0f39 commit 85e133b
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 @@ -86,7 +86,7 @@ if(NOT VIENNARAY_SYSTEM_TBB)
setup_tbb_env(${MODULE_NAME} "${VIENNAPS_LIB_FOLDER}")
endif()

if(WIN32 AND NOT VIENNALS_SYSTEM_VTK)
if((APPLE OR WIN32) AND NOT VIENNALS_SYSTEM_VTK)
set(VIENNAPS_USE_LIB_FOLDER ON)
setup_vtk_env(${MODULE_NAME} "${VIENNAPS_LIB_FOLDER}")
endif()
Expand Down

0 comments on commit 85e133b

Please sign in to comment.