Skip to content

Commit 098fc87

Browse files
author
Clement Champetier
committed
FindFFmpeg.cmake: set FFMPEG_FOUND if FFmpeg is found on the system
1 parent bab28bb commit 098fc87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/FindFFmpeg.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@ else()
112112
# Build the include path with duplicates removed.
113113
if(FFMPEG_INCLUDE_DIR)
114114
list(REMOVE_DUPLICATES FFMPEG_INCLUDE_DIR)
115+
set(FFMPEG_FOUND TRUE)
115116
endif()
116117
endif()

0 commit comments

Comments
 (0)