mirror of https://github.com/Kylart/KawAnime.git
Removed exact for libtorrent version
This commit is contained in:
parent
e5c1781e8a
commit
f1f1212115
|
@ -21,7 +21,7 @@ add_library(${PROJECT_NAME} SHARED ${SOURCE_FILES})
|
|||
list(APPEND CMAKE_MODULE_PATH lib/libtorrent/cmake/Modules)
|
||||
|
||||
# Libtorrent
|
||||
find_package(LibtorrentRasterbar EXACT 1.2)
|
||||
find_package(LibtorrentRasterbar 1.2)
|
||||
|
||||
if (LibtorrentRasterbar_FOUND)
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${LibtorrentRasterbar_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
|
||||
|
|
Loading…
Reference in New Issue