You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, cmake does not search for Blosc or SZip libraries due to use of bang (!) rather than NOT for negation on lines 1072 and 1084 of CMakeLists.txt:
cmake does not search for Blosc or SZip libraries due to use of bang (!) rather
than NOT for negation on lines 1072 and 1084 of CMakeLists.txt. This commit
fixes this issue.
ResolvesUnidata#2254
Currently, cmake does not search for Blosc or SZip libraries due to use of bang (
!
) rather thanNOT
for negation on lines 1072 and 1084 of CMakeLists.txt:netcdf-c/CMakeLists.txt
Lines 1071 to 1081 in 5265520
netcdf-c/CMakeLists.txt
Lines 1084 to 1095 in 5265520
cmake's docs indicate negation is performed with the unary operator
NOT
: https://cmake.org/cmake/help/latest/command/if.htmlI will open a pull request shortly to fix this.
Related to #2234 and Unidata/netcdf-fortran#328
Version: master branch (5265520)
OS: Mac OS 11.6.4 + 12.3, SUSE Linux Enterprise Server 12.3
Compiler: GCC 11.2.0
The text was updated successfully, but these errors were encountered: