Skip to content

Commit

Permalink
chore(libheifactions)#: Add AOM pkgconfig to cmake file since it's th…
Browse files Browse the repository at this point in the history
…e only way it can be built anyways
  • Loading branch information
BlueCyro committed Aug 6, 2024
1 parent b86e26c commit 45fcc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project(libheif LANGUAGES C CXX VERSION 1.17.6)
# With v2.0.0, we can reset this to more closely follow the real version name, i.e. "2.0.0".
# CMake 3.17.0 added "MACHO_COMPATIBILITY_VERSION", but we are currently stuck at cmake 3.16.3.
set(MACOS_COMPATIBLE_VERSION "17.0.0")
set(ENV{PKG_CONFIG_PATH} "${CMAKE_SOURCE_DIR}/third-party/aom/dist/lib/pkgconfig")

# https://cmake.org/cmake/help/v3.1/policy/CMP0054.html
cmake_policy(VERSION 3.0...3.22)
Expand Down

0 comments on commit 45fcc35

Please sign in to comment.