Skip to content
New issue

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

Windows CI fails due to "Could NOT find ZLIB" cmake #2561

Closed
Kishan-Ved opened this issue Feb 28, 2024 · 0 comments · Fixed by #2562
Closed

Windows CI fails due to "Could NOT find ZLIB" cmake #2561

Kishan-Ved opened this issue Feb 28, 2024 · 0 comments · Fixed by #2562

Comments

@Kishan-Ved
Copy link
Contributor

Kishan-Ved commented Feb 28, 2024

For most of the recent PRs, the windows CI fails.

CMake Error at C:/Program Files/CMake/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files/CMake/share/cmake-3.28/Modules/FindZLIB.cmake:199 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/FindStaticZLIB.cmake:7 (find_package)
  CMakeLists.txt:116 (find_package)


-- Configuring incomplete, errors occurred!

The full traceback can be found here: Failing check

A PR where this error occurs: Implement LShift (This fails for many more PRs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant