We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86e26c commit 45fcc35Copy full SHA for 45fcc35
CMakeLists.txt
@@ -7,6 +7,7 @@ project(libheif LANGUAGES C CXX VERSION 1.17.6)
7
# With v2.0.0, we can reset this to more closely follow the real version name, i.e. "2.0.0".
8
# CMake 3.17.0 added "MACHO_COMPATIBILITY_VERSION", but we are currently stuck at cmake 3.16.3.
9
set(MACOS_COMPATIBLE_VERSION "17.0.0")
10
+set(ENV{PKG_CONFIG_PATH} "${CMAKE_SOURCE_DIR}/third-party/aom/dist/lib/pkgconfig")
11
12
# https://cmake.org/cmake/help/v3.1/policy/CMP0054.html
13
cmake_policy(VERSION 3.0...3.22)
0 commit comments