deps: update libchdr
This commit is contained in:
parent
f9eed1ed3f
commit
952a785bf0
|
@ -3,7 +3,8 @@
|
|||
url = https://github.com/libsdl-org/SDL.git
|
||||
[submodule "core/deps/libchdr"]
|
||||
path = core/deps/libchdr
|
||||
url = https://github.com/flyinghead/libchdr.git
|
||||
url = https://github.com/rtissera/libchdr.git
|
||||
ignore = dirty
|
||||
[submodule "core/deps/luabridge"]
|
||||
path = core/deps/luabridge
|
||||
url = https://github.com/vinniefalco/LuaBridge.git
|
||||
|
|
|
@ -453,15 +453,15 @@ target_link_libraries(${PROJECT_NAME} PRIVATE chdr-static)
|
|||
target_include_directories(${PROJECT_NAME} PRIVATE core/deps/libchdr/include)
|
||||
|
||||
if(NOT WITH_SYSTEM_ZLIB)
|
||||
set(ZLIB_RELATIVE_PATH "core/deps/libchdr/deps/zlib-1.2.12")
|
||||
set(ZLIB_RELATIVE_PATH "core/deps/libchdr/deps/zlib-1.3.1")
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/${ZLIB_RELATIVE_PATH}" "${CMAKE_CURRENT_BINARY_DIR}/${ZLIB_RELATIVE_PATH}")
|
||||
# help libzip find the package
|
||||
set(ZLIB_FOUND TRUE)
|
||||
set(ZLIB_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/${ZLIB_RELATIVE_PATH}" "${CMAKE_CURRENT_BINARY_DIR}/${ZLIB_RELATIVE_PATH}")
|
||||
|
||||
cmake_policy(SET CMP0026 OLD)
|
||||
get_target_property(ZLIB_LIBRARY_RELEASE zlib LOCATION)
|
||||
get_target_property(ZLIB_LIBRARY_DEBUG zlib LOCATION_Debug)
|
||||
get_target_property(ZLIB_LIBRARY_RELEASE zlibstatic LOCATION)
|
||||
get_target_property(ZLIB_LIBRARY_DEBUG zlibstatic LOCATION_Debug)
|
||||
endif()
|
||||
|
||||
find_package(PkgConfig)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 925400c4c4b67bafdff8dfad9a1474b22d980777
|
||||
Subproject commit 2a1119c686eb07033d02f8c6d12406f8fd373775
|
Loading…
Reference in New Issue