Skip to content

Commit

Permalink
Fix finding libspng with CMake
Browse files Browse the repository at this point in the history
The macro should be included before usage, this include is not
auto-generated by @PACKAGE_INIT@
  • Loading branch information
dimula73 committed Nov 15, 2023
1 parent e5c1fc4 commit 01c5c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

find_dependency(ZLIB REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
Expand Down

0 comments on commit 01c5c43

Please sign in to comment.