Skip to content

Commit

Permalink
[cleanup] remove kodiplatform dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Feb 24, 2019
1 parent df594c6 commit 951a77c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ cmake_minimum_required(VERSION 2.6)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})

find_package(Kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(p8-platform REQUIRED)

include_directories(${PROJECT_SOURCE_DIR}/lib
${INCLUDES}
${kodiplatform_INCLUDE_DIRS}
${p8-platform_INCLUDE_DIRS}
${KODI_INCLUDE_DIR}/.. # Hack way with "/..", need bigger Kodi cmake rework to match right include ways (becomes done in future)
)
Expand Down

0 comments on commit 951a77c

Please sign in to comment.