|
| 1 | +diff -urN netcdf-c-4.9.0/cmake/modules/FindZip.cmake.orig netcdf-c-4.9.0/cmake/modules/FindZip.cmake |
| 2 | +--- netcdf-c-4.9.0/cmake/modules/FindZip.cmake.orig 2022-06-23 17:20:15.443959500 +0200 |
| 3 | ++++ netcdf-c-4.9.0/cmake/modules/FindZip.cmake 2022-06-23 17:20:24.156687000 +0200 |
| 4 | +@@ -39,7 +39,7 @@ |
| 5 | + PATHS ${Zip_LIBRARY_DIRS} NO_DEFAULT_PATH) |
| 6 | + |
| 7 | + SET(Zip_LIBRARIES ) |
| 8 | +- IF(Zip_DEBUG_LIBRARY AND Zip_RELEASE_LIBRARY) |
| 9 | ++ IF(Zip_DEBUG_LIBRARY AND Zip_RELEASE_LIBRARY AND NOT (Zip_DEBUG_LIBRARY STREQUAL Zip_RELEASE_LIBRARY)) |
| 10 | + SET(Zip_LIBRARIES debug ${Zip_DEBUG_LIBRARY} optimized ${Zip_RELEASE_LIBRARY}) |
| 11 | + ELSEIF(Zip_DEBUG_LIBRARY) |
| 12 | + SET(Zip_LIBRARIES ${Zip_DEBUG_LIBRARY}) |
| 13 | +diff -urN netcdf-c-4.9.0/cmake/modules/FindBlosc.cmake.orig netcdf-c-4.9.0/cmake/modules/FindBlosc.cmake |
| 14 | +--- netcdf-c-4.9.0/cmake/modules/FindBlosc.cmake.orig 2022-06-23 17:59:01.868937600 +0200 |
| 15 | ++++ netcdf-c-4.9.0/cmake/modules/FindBlosc.cmake 2022-06-23 18:07:01.844880800 +0200 |
| 16 | +@@ -39,7 +39,7 @@ |
| 17 | + PATHS ${Blosc_LIBRARY_DIRS} NO_DEFAULT_PATH) |
| 18 | + |
| 19 | + SET(Blosc_LIBRARIES ) |
| 20 | +- IF(Blosc_DEBUG_LIBRARY AND Blosc_RELEASE_LIBRARY) |
| 21 | ++ IF(Blosc_DEBUG_LIBRARY AND Blosc_RELEASE_LIBRARY AND NOT (Blosc_DEBUG_LIBRARY STREQUAL Blosc_RELEASE_LIBRARY)) |
| 22 | + SET(Blosc_LIBRARIES debug ${Blosc_DEBUG_LIBRARY} optimized ${Blosc_RELEASE_LIBRARY}) |
| 23 | + ELSEIF(Blosc_DEBUG_LIBRARY) |
| 24 | + SET(Blosc_LIBRARIES ${Blosc_DEBUG_LIBRARY}) |
| 25 | +diff -urN netcdf-c-4.9.0/cmake/modules/FindZstd.cmake.orig netcdf-c-4.9.0/cmake/modules/FindZstd.cmake |
| 26 | +--- netcdf-c-4.9.0/cmake/modules/FindZstd.cmake.orig 2022-06-10 23:04:15.000000000 +0200 |
| 27 | ++++ netcdf-c-4.9.0/cmake/modules/FindZstd.cmake 2022-06-23 18:10:24.665696300 +0200 |
| 28 | +@@ -39,7 +39,7 @@ |
| 29 | + PATHS ${Zstd_LIBRARY_DIRS} NO_DEFAULT_PATH) |
| 30 | + |
| 31 | + SET(Zstd_LIBRARIES ) |
| 32 | +- IF(Zstd_DEBUG_LIBRARY AND Zstd_RELEASE_LIBRARY) |
| 33 | ++ IF(Zstd_DEBUG_LIBRARY AND Zstd_RELEASE_LIBRARY AND NOT (Zstd_DEBUG_LIBRARY STREQUAL Zstd_RELEASE_LIBRARY)) |
| 34 | + SET(Zstd_LIBRARIES debug ${Zstd_DEBUG_LIBRARY} optimized ${Zstd_RELEASE_LIBRARY}) |
| 35 | + ELSEIF(Zstd_DEBUG_LIBRARY) |
| 36 | + SET(Zstd_LIBRARIES ${Zstd_DEBUG_LIBRARY}) |
| 37 | +diff -urN netcdf-c-4.9.0/cmake/modules/FindBz2.cmake.orig netcdf-c-4.9.0/cmake/modules/FindBz2.cmake |
| 38 | +--- netcdf-c-4.9.0/cmake/modules/FindBz2.cmake.orig 2022-06-10 23:04:15.000000000 +0200 |
| 39 | ++++ netcdf-c-4.9.0/cmake/modules/FindBz2.cmake 2022-06-23 18:13:29.254600600 +0200 |
| 40 | +@@ -39,7 +39,7 @@ |
| 41 | + PATHS ${Bz2_LIBRARY_DIRS} NO_DEFAULT_PATH) |
| 42 | + |
| 43 | + SET(Bz2_LIBRARIES ) |
| 44 | +- IF(Bz2_DEBUG_LIBRARY AND Bz2_RELEASE_LIBRARY) |
| 45 | ++ IF(Bz2_DEBUG_LIBRARY AND Bz2_RELEASE_LIBRARY AND NOT (Bz2_DEBUG_LIBRARY STREQUAL Bz2_RELEASE_LIBRARY)) |
| 46 | + SET(Bz2_LIBRARIES debug ${Bz2_DEBUG_LIBRARY} optimized ${Bz2_RELEASE_LIBRARY}) |
| 47 | + ELSEIF(Bz2_DEBUG_LIBRARY) |
| 48 | + SET(Bz2_LIBRARIES ${Bz2_DEBUG_LIBRARY}) |
0 commit comments