Skip to content

Commit

Permalink
add cmake minimum required 3.6.0
Browse files Browse the repository at this point in the history
pkg_check_modules在cmake的3.6.0及以上版本才支持参数IMPORTED_TARGET
  • Loading branch information
wdl1697454803 authored and wasphin committed Mar 4, 2024
1 parent f49aed7 commit a554fab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions player/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# SOFTWARE.
#

cmake_minimum_required(VERSION 3.6.0)

set(LINK_LIBRARIES ${MK_LINK_LIBRARIES})

find_package(PkgConfig QUIET)
Expand Down

0 comments on commit a554fab

Please sign in to comment.