Skip to content

Commit

Permalink
require MLT version 7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Nov 29, 2023
1 parent 9ad61db commit f0fa10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ find_package(Qt6 6.4 REQUIRED
)

find_package(PkgConfig REQUIRED)
pkg_check_modules(mlt++ REQUIRED IMPORTED_TARGET mlt++-7>=7.18.0)
pkg_check_modules(mlt++ REQUIRED IMPORTED_TARGET mlt++-7>=7.22.0)
pkg_check_modules(FFTW IMPORTED_TARGET fftw3)
if(NOT FFTW_FOUND)
pkg_check_modules(FFTW REQUIRED IMPORTED_TARGET fftw)
Expand Down

0 comments on commit f0fa10c

Please sign in to comment.