Skip to content

Commit

Permalink
[cmake] Rename find_package(kodi) to Kodi
Browse files Browse the repository at this point in the history
  • Loading branch information
hudokkow committed May 18, 2016
1 parent 4bf10ed commit 351e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})

enable_language(CXX)

find_package(kodi REQUIRED)
find_package(Kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(p8-platform REQUIRED)
find_package(JsonCpp REQUIRED)
Expand Down

0 comments on commit 351e416

Please sign in to comment.