diff --git a/recipe/CMakeLists.patch b/recipe/CMakeLists.patch new file mode 100644 index 00000000..a2eae17e --- /dev/null +++ b/recipe/CMakeLists.patch @@ -0,0 +1,12 @@ +--- CMakeLists.txt 2016-11-21 10:27:08.000000000 -0800 ++++ CMakeLists.txt 2017-06-05 19:36:55.837393000 -0700 +@@ -637,6 +637,9 @@ + ENDIF(MSVC) + ENDIF(HDF5_C_LIBRARY AND HDF5_HL_LIBRARY AND HDF5_INCLUDE_DIR) + ++ SET(HDF5_C_LIBRARY hdf5) ++ find_package(Threads REQUIRED) ++ + ### + # The following options are not used in Windows. + ### diff --git a/recipe/meta.yaml b/recipe/meta.yaml index db15a01b..d9bb3d35 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,6 +13,7 @@ source: - dim.c.patch # [win] - semantics.c.patch # [win] - dap.path # [win] + - CMakeLists.patch # [win] build: number: 5