Skip to content

Commit

Permalink
Merge pull request #599 from phunkyfish/cmakelist-pugixml
Browse files Browse the repository at this point in the history
Fix case of pugixml in CMakeLists.txt
  • Loading branch information
phunkyfish authored Jan 30, 2022
2 parents 0b711b2 + dd77455 commit be23c76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(pvr.iptvsimple)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})

find_package(Kodi REQUIRED)
find_package(Pugixml REQUIRED)
find_package(pugixml REQUIRED)
find_package(ZLIB REQUIRED)
find_package(lzma REQUIRED)

Expand Down
File renamed without changes.

0 comments on commit be23c76

Please sign in to comment.