We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fe16b8 + d5671e7 commit 36697f8Copy full SHA for 36697f8
CMake/cdat_modules/ffmpeg_pkg.cmake
@@ -9,5 +9,6 @@ set (nm FFMPEG)
9
string(TOUPPER ${nm} uc_nm)
10
set(${uc_nm}_VERSION ${${nm}_MAJOR_SRC}.${${nm}_MINOR_SRC})
11
set(FFMPEG_SOURCE ${FFMPEG_URL}/${FFMPEG_GZ})
12
+set(FFMPEG_ROOT ${cdat_EXTERNALS} CACHE PATH "Path to FFMPEG root directory")
13
14
add_cdat_package_dependent(FFMPEG "" "" ON "CDAT_BUILD_GRAPHICS" OFF)
0 commit comments