fix macos build for ndi 5

This commit is contained in:
Naoto Kondo
2022-03-19 21:57:52 +09:00
parent 59de0fdad0
commit 10e78d3c74

View File

@@ -14,7 +14,7 @@ elseif(APPLE)
set(NDI_FOUND TRUE)
set(NDI_DIR "/Library/NDI SDK for Apple")
set(NDI_INCLUDE_DIR "${NDI_DIR}/include")
set(NDI_LIBRARY_DIR "${NDI_DIR}/lib/x64")
set(NDI_LIBRARY_DIR "${NDI_DIR}/lib/macOS")
file(GLOB NDI_LIBS "${NDI_LIBRARY_DIR}/*.dylib")
else()
set(NDI_FOUND FALSE)