Skip to content

Commit bbe12d1

Browse files
committed
Restoring comment for description
1 parent 2dd107d commit bbe12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/FindDeckLinkSDK.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# ...
3434
# CMakeLists.txt:
3535
# FIND_PACKAGE(DeckLinkSDK REQUIRED)
36-
TARGET_LINK_LIBRARIES(${your_app} ${your_libs} "${DeckLinkSDK_LIBS}")
36+
# TARGET_LINK_LIBRARIES(${your_app} ${your_libs} "${DeckLinkSDK_LIBS}")
3737
#
3838
# You can do the following in your DeckLink related sources;
3939
#define _stringify(x) #x

0 commit comments

Comments
 (0)