Skip to content

Commit acacd1b

Browse files
authored
Merge pull request #22 from AlwinEsch/Matrix-change
[Matrix] update CMakeLists.txt to 3.5
2 parents ace6ad6 + b578f6c commit acacd1b

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
cmake_minimum_required(VERSION 3.5)
12
project(pvr.teleboy)
23

3-
cmake_minimum_required(VERSION 2.8.12)
4-
54
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
65

7-
enable_language(CXX)
8-
96
find_package(PkgConfig)
107
find_package(Kodi REQUIRED)
118
find_package(p8-platform REQUIRED)

pvr.teleboy/addon.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon id="pvr.teleboy"
3-
version="19.2.0"
3+
version="19.2.1"
44
name="Teleboy PVR Client"
55
provider-name="rbuehlma">
66
<requires>@ADDON_DEPENDS@</requires>

pvr.teleboy/changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v19.2.1
2+
- Update cmake build system to Version 3.5
13
v19.2.0
24
- Recompile for 6.1.0 PVR Addon API compatibility
35
v19.1.0

0 commit comments

Comments
 (0)