We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is confusion between "HAVE" and "HAS". Is cmake considered official and supported?
Searching for '_STDINT_H'... c:\s\zlib\CMakeLists.txt(24):check_include_file(stdint.h HAVE_STDINT_H) c:\s\zlib\CMakeLists.txt(37):if(HAVE_STDINT_H) c:\s\zlib\CMakeLists.txt(38): list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H) c:\s\zlib\contrib\minizip\ioapi.h(89):#ifdef HAS_STDINT_H 4 occurrence(s) have been found.
and cmake's HAVE_STDDEF_H and HAVE_SYS_TYPES_H appear unused
HAVE_STDDEF_H
HAVE_SYS_TYPES_H
The text was updated successfully, but these errors were encountered:
See #1027 .
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There is confusion between "HAVE" and "HAS".
Is cmake considered official and supported?
Searching for '_STDINT_H'...
c:\s\zlib\CMakeLists.txt(24):check_include_file(stdint.h HAVE_STDINT_H)
c:\s\zlib\CMakeLists.txt(37):if(HAVE_STDINT_H)
c:\s\zlib\CMakeLists.txt(38): list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H)
c:\s\zlib\contrib\minizip\ioapi.h(89):#ifdef HAS_STDINT_H
4 occurrence(s) have been found.
and cmake's
HAVE_STDDEF_H
andHAVE_SYS_TYPES_H
appear unusedThe text was updated successfully, but these errors were encountered: