fajkcmake tweaks

This commit is contained in:
Chris Cochrun 2023-02-15 14:19:30 -06:00
parent 870f2aadf2
commit 70194b4824

View file

@ -44,7 +44,7 @@ set_package_properties(YouTubeDl PROPERTIES TYPE RUNTIME)
find_package(Ytdlp)
set_package_properties(Ytdlp PROPERTIES TYPE RUNTIME)
FIND_PACKAGE(LIBPODOFO)
FIND_PACKAGE(LibPoDoFo)
IF(NOT LIBPODOFO_FOUND)
MESSAGE("+++PoDoFo not found... building private copy")
SET(PODOFO_BUILD_STATIC 1)