Skip to content

Commit

Permalink
Set ZLIB_INCLUDE_DIR while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 11, 2024
1 parent 1cd1b8f commit 3cf77f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zlib/zlib_cmake.patch
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
+
--- zlib/ZLIBConfig.cmake.in 1969-12-31 19:00:00.000000000 -0500
+++ ZLIB_BLD/ZLIBConfig.cmake.in 2024-10-11 11:19:49.808537825 -0400
@@ -0,0 +1,15 @@
@@ -0,0 +1,16 @@
+include("${CMAKE_CURRENT_LIST_DIR}/zlibTargets.cmake")
+
+if(NOT TARGET ZLIB::ZLIB)
Expand All @@ -207,4 +207,5 @@
+ endif()
+endif()
+set(ZLIB_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/@INSTALL_INC_DIR@")
+set(ZLIB_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/@INSTALL_INC_DIR@")
+

0 comments on commit 3cf77f5

Please sign in to comment.