Skip to content

Commit c08b803

Browse files
author
ameci-iis
committed
update CMakeList.txt
1 parent 4cebf1d commit c08b803

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(mpeghdec
3-
VERSION 3.0.2
3+
VERSION 3.0.3
44
DESCRIPTION "The Fraunhofer MPEG-H decoder"
55
HOMEPAGE_URL "https://github.com/Fraunhofer-IIS/mpeghdec"
66
LANGUAGES CXX
@@ -20,12 +20,12 @@ include(FetchContent)
2020
FetchContent_Declare(
2121
ilo
2222
GIT_REPOSITORY https://github.com/Fraunhofer-IIS/ilo.git
23-
GIT_TAG r2.0.0
23+
GIT_TAG r2.0.2
2424
)
2525
FetchContent_Declare(
2626
mmtisobmff
2727
GIT_REPOSITORY https://github.com/Fraunhofer-IIS/mmtisobmff.git
28-
GIT_TAG r1.0.2
28+
GIT_TAG r1.0.4
2929
)
3030

3131
get_directory_property(parentDir PARENT_DIRECTORY)
@@ -47,6 +47,8 @@ else()
4747
endif()
4848
set(mpeghdec_BUILD_DOC OFF CACHE BOOL "Build mpeghdec documentation")
4949

50+
set(USE_PKGCONFIG_DEPS OFF CACHE BOOL "Use pkg-config to find dependencies")
51+
5052
# Add libraries
5153
add_subdirectory(src)
5254

0 commit comments

Comments
 (0)