diff options
Diffstat (limited to 'project/cmake')
-rw-r--r-- | project/cmake/XBMCConfig.cmake.in | 4 | ||||
-rw-r--r-- | project/cmake/scripts/common/PrepareEnv.cmake | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/project/cmake/XBMCConfig.cmake.in b/project/cmake/XBMCConfig.cmake.in deleted file mode 100644 index 73d1c9c3a5..0000000000 --- a/project/cmake/XBMCConfig.cmake.in +++ /dev/null @@ -1,4 +0,0 @@ -message(WARNING "find_package(xbmc) has been deprecated, please use find_package(kodi)") - -find_package(kodi REQUIRED) -set(XBMC_INCLUDE_DIR ${KODI_INCLUDE_DIR})
\ No newline at end of file diff --git a/project/cmake/scripts/common/PrepareEnv.cmake b/project/cmake/scripts/common/PrepareEnv.cmake index bf258d5c30..2d18602b42 100644 --- a/project/cmake/scripts/common/PrepareEnv.cmake +++ b/project/cmake/scripts/common/PrepareEnv.cmake @@ -45,9 +45,6 @@ file(COPY ${CORE_SOURCE_DIR}/project/cmake/scripts/common/AddonHelpers.cmake ${CORE_SOURCE_DIR}/project/cmake/scripts/common/AddOptions.cmake DESTINATION ${APP_LIB_DIR}) -# generate XBMCConfig.cmake for backwards compatibility to xbmc -configure_file(${CORE_SOURCE_DIR}/project/cmake/XBMCConfig.cmake.in ${XBMC_LIB_DIR}/XBMCConfig.cmake @ONLY) - ### copy all the addon binding header files to include/kodi # parse addon-bindings.mk to get the list of header files to copy file(STRINGS ${CORE_SOURCE_DIR}/xbmc/addons/addon-bindings.mk bindings) |