From cc61dcf472868cc49b0859816b92a0af70f5b3bf Mon Sep 17 00:00:00 2001 From: peak3d Date: Sat, 5 Aug 2017 17:19:36 +0200 Subject: [PATCH] fix subdir path bento4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 728ff3d03..53ccae016 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ if(NOT CORE_SYSTEM_NAME STREQUAL ios) set(ADP_ADDITIONAL_BINARY $) else() set(BENTOUSESTCFS 1) - add_subdirectory(../lib/libbento4) + add_subdirectory(lib/libbento4) endif() if(CORE_SYSTEM_NAME STREQUAL android)