Skip to content

Commit 36697f8

Browse files
committed
Merge pull request #1656 from UV-CDAT/vtk_fix_not_finding_ffmpeg
Set ffmpeg root when building ffmpeg
2 parents 2fe16b8 + d5671e7 commit 36697f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake/cdat_modules/ffmpeg_pkg.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ set (nm FFMPEG)
99
string(TOUPPER ${nm} uc_nm)
1010
set(${uc_nm}_VERSION ${${nm}_MAJOR_SRC}.${${nm}_MINOR_SRC})
1111
set(FFMPEG_SOURCE ${FFMPEG_URL}/${FFMPEG_GZ})
12+
set(FFMPEG_ROOT ${cdat_EXTERNALS} CACHE PATH "Path to FFMPEG root directory")
1213

1314
add_cdat_package_dependent(FFMPEG "" "" ON "CDAT_BUILD_GRAPHICS" OFF)

0 commit comments

Comments
 (0)