Skip to content

Commit

Permalink
fix: install path
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 17, 2024
1 parent 8b06c59 commit 3ca0d31
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 @@ -79,5 +79,5 @@ if(WIN32 AND NOT VIENNALS_SYSTEM_VTK)
endif()

if(VIENNARAY_HAS_LIBS)
install(DIRECTORY "viennaps.libs" DESTINATION .)
install(DIRECTORY "${VIENNAPS_LIBRARY_OUTPUT_DIR}/viennaps.libs" DESTINATION .)
endif()

0 comments on commit 3ca0d31

Please sign in to comment.