Skip to content

Commit

Permalink
Merge pull request #1377 from CastagnaIT/pugixml_dep
Browse files Browse the repository at this point in the history
[build] Fix cmake warning for pugixml package name
  • Loading branch information
glennguy authored Sep 11, 2023
2 parents bcd44f3 + 78c1747 commit e3b08a1
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 @@ -189,7 +189,7 @@ include_directories(${INCLUDES}
set(CMAKE_FIND_FRAMEWORK LAST)

find_package(Bento4 REQUIRED)
find_package(Pugixml REQUIRED)
find_package(pugixml REQUIRED)

if(WIN32)
add_definitions(-DXML_STATIC -D_CRT_NONSTDC_NO_DEPRECATE)
Expand Down
File renamed without changes.

0 comments on commit e3b08a1

Please sign in to comment.