<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- source/modflow/src/CMakeLists.txt.orig	2025-05-22 07:35:33
+++ source/modflow/src/CMakeLists.txt	2025-06-19 14:37:21
@@ -69,7 +69,7 @@
 target_include_directories(pcrmfpy
     PUBLIC
         $&lt;BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}&gt;
-        ${pybind11_SOURCE_DIR}/include
+        ${pybind11_INCLUDE_DIR}
         ${Python3_INCLUDE_DIRS}
 )
 
</pre></body></html>