Skip to content

Commit

Permalink
Duplicate install in CMakeLists.txt
Browse files Browse the repository at this point in the history
Palakis committed Nov 30, 2016
1 parent ef4d064 commit a183c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ if(WIN32)
COMMAND "${CMAKE_COMMAND}" -E copy
"${NDISDK_DIR}/Bin/${ARCH_NAME}/Processing.NDI.Lib.${ARCH_NAME}.dll"
"$<TARGET_FILE_DIR:obs-ndi>/Processing.NDI.Lib.${ARCH_NAME}.dll")

install_external_plugin_with_data(obs-ndi data)
endif()

# OSX (WARNING : needs testing)
@@ -96,5 +98,3 @@ if(UNIX AND NOT APPLE)
install(FILES "${NDISDK_DIR}/lib/${ARCH_NAME}-linux-gnu-5.4/libndi.so.1.0.1"
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
endif()

install_external_plugin_with_data(obs-ndi data)

0 comments on commit a183c69

Please sign in to comment.