Skip to content

Commit

Permalink
fix(python): vtk environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 10, 2024
1 parent 7f2cd31 commit 3761c27
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 @@ -39,7 +39,7 @@ include("../cmake/vtk.cmake")

if(WIN32 AND NOT VIENNALS_SYSTEM_VTK)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY $<1:${PROJECT_BINARY_DIR}/vtk_env>)
setup_vtk_env(ViennaLS_Examples ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
setup_vtk_env(${PROJECT_NAME} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
endif()

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

0 comments on commit 3761c27

Please sign in to comment.