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

Build error on Win 10 with zlib latest ver 1.2.12 #431

Open
wants to merge 6 commits into
base: libpng16
Choose a base branch
from

Commits on Sep 11, 2022

  1. Fix: cmake warning regarding 'Target "libpng" requests linking to dir…

    …ectory...'
    
    Fixes issue while bulding with winlib's mingw64 on windows 10.
    
    Target "libpng" requests linking to directory "<zlib_build_dir>".
      Targets may link only to libraries.  CMake is dropping the item.
    floatid committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4dc6cdf View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    specify zlib's dir location rather than make ld.exe look in default locations.
    Also use zlib lib names as created by latest 1.2.12 ver
    floatid committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b90bd6e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    7291eab View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Update CMakeLists.txt

    floatid committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9f01eda View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    floatid committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    47195f3 View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    floatid committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    1a14de2 View commit details
    Browse the repository at this point in the history