mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
Fix finding libspng with CMake (#262)
The macro should be included before usage, this include is not auto-generated by @PACKAGE_INIT@
This commit is contained in:
parent
e5c1fc470f
commit
adc94393db
@ -1,5 +1,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
find_dependency(ZLIB REQUIRED)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
|
||||
|
Loading…
x
Reference in New Issue
Block a user