Skip to content
Snippets Groups Projects
Verified Commit 5302a080 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Bump coeurl

parent 176242b1
No related branches found
No related tags found
No related merge requests found
Pipeline #4126 passed
......@@ -180,7 +180,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare(
coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
GIT_TAG f989f3c54c1ca15e29c5bd6b1ce4efbcb3fd8078
GIT_TAG v0.3.0
)
FetchContent_MakeAvailable(coeurl)
target_link_libraries(matrix_client PUBLIC coeurl::coeurl)
......@@ -189,7 +189,7 @@ elseif(coeurl_DIR)
target_link_libraries(matrix_client PUBLIC coeurl::coeurl)
else()
find_package(PkgConfig REQUIRED)
pkg_check_modules(coeurl REQUIRED IMPORTED_TARGET coeurl>=0.1.1)
pkg_check_modules(coeurl REQUIRED IMPORTED_TARGET coeurl>=0.3.0)
target_link_libraries(matrix_client PUBLIC PkgConfig::coeurl)
endif()
......
......@@ -14,7 +14,7 @@ if compiler.get_id() == 'msvc'
add_project_arguments('/bigobj', language: 'cpp')
endif
coeurl_dep = dependency('coeurl', version: '>=0.1.1', required: true)
coeurl_dep = dependency('coeurl', version: '>=0.3.0', required: true)
thread_dep = dependency('threads', required: true)
openssl_dep = dependency('openssl', version: '>=1.1', required: true)
spdlog_dep = dependency('spdlog', fallback: ['spdlog', 'spdlog_dep'])
......
[wrap-git]
url = https://nheko.im/nheko-reborn/coeurl.git
revision = f989f3c54c1ca15e29c5bd6b1ce4efbcb3fd8078
revision = 2a20a129240a1a017b37b6874faab499ca4e523b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment