Skip to content

Commit

Permalink
Fix finding libspng with CMake (#262)
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 Dec 20, 2023
1 parent e5c1fc4 commit adc9439
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 adc9439

Please sign in to comment.