diff --git a/player/CMakeLists.txt b/player/CMakeLists.txt index 5b332bb9..9c2d74f6 100644 --- a/player/CMakeLists.txt +++ b/player/CMakeLists.txt @@ -21,6 +21,8 @@ # SOFTWARE. # +cmake_minimum_required(VERSION 3.6.0) + set(LINK_LIBRARIES ${MK_LINK_LIBRARIES}) find_package(PkgConfig QUIET)