Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Sep 26, 2023
1 parent f54e8c5 commit 1a00749
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 @@ -258,7 +258,7 @@ if(MSVC)
# declare to be installed with "dummy" paths
install(TARGETS ${PROJECT_NAME}_Standalone RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Standalone)
# runtime dest !!!
install(IMPORTED_RUNTIME_ARTIFACTS ndi5::sdk RUNTIME DESTINATION "${NDILIB_DEST}" COMPONENT Standalone)
install(IMPORTED_RUNTIME_ARTIFACTS ndi5::sdk RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Standalone)

elseif(UNIX AND NOT APPLE)
# install to user paths
Expand Down

0 comments on commit 1a00749

Please sign in to comment.