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

Fix cmake error on external misc library #487

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Aug 14, 2023

  1. Fix cmake error on external misc library

    For Linux builds, if strlcpt and strlcat are already provided, cmake is
    given an empty list of sources to build for the "misc" library. Newer
    versions of cmake throw an error for this. In this case, we should just
    avoid building the library.
    
    Failure pattern:
    CMake Error at external/misc/CMakeLists.txt:35 (add_library):
      No SOURCES given to target: misc
    CMake Generate step failed.  Build files cannot be regenerated correctly.
    
    Fixes wb2osz#319
    bwarden committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    760447b View commit details
    Browse the repository at this point in the history