Skip to content

Commit

Permalink
🐛 Fix conan version conflict with libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Oct 10, 2022
1 parent 8ef0332 commit 6dff7fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmake/DependenciesConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ add_external_lib(
add_external_lib(
zlib
zlib/1.2.12
PKG_CONFIG "zlib >= 1.2.12"
FIND_PACKAGE
)

# Fix conan version conflict
add_external_lib(
libpng
libpng/1.6.37
)

0 comments on commit 6dff7fd

Please sign in to comment.