Files
ccpkgs/pkgs/firedrake/exodus-include.patch
Tyson Whitehead 8dda256fad firedrake: Moved to new overlay system and shared sub-scope
Firedrake contains a ton of inter-connected dependencies, many of
which are either firedrake specific or forked versions of upstream
packages.  Cleaner to create a firedrake sub-scope for all these.
2018-01-18 00:59:30 -05:00

11 lines
334 B
Diff

--- exodus/forbind/CMakeLists.txt_ 2017-04-28 15:32:19.000000000 -0400
+++ exodus/forbind/CMakeLists.txt 2017-04-28 15:49:31.000000000 -0400
@@ -43,6 +43,7 @@
INCLUDE_DIRECTORIES(
"${CMAKE_CURRENT_SOURCE_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include"
+ "${CMAKE_SOURCE_DIR}/cbind/include"
"${NETCDF_INCLUDE_DIR}"
)