From 1a00749e28c62435eca2e2319228becb1e02dd0b Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:02:17 +0300 Subject: [PATCH] dev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a094f6d..1093410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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