mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-21 18:24:24 +08:00
add cmake minimum required 3.6.0
pkg_check_modules在cmake的3.6.0及以上版本才支持参数IMPORTED_TARGET
This commit is contained in:
parent
f49aed7a32
commit
a554fab5fb
@ -21,6 +21,8 @@
|
||||
# SOFTWARE.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.6.0)
|
||||
|
||||
set(LINK_LIBRARIES ${MK_LINK_LIBRARIES})
|
||||
|
||||
find_package(PkgConfig QUIET)
|
||||
|
Loading…
Reference in New Issue
Block a user