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

Include version information in CMake and the program #33

Merged
merged 3 commits into from
Oct 29, 2020

Commits on Aug 27, 2020

  1. Fix the install directory for cmake files and install a version file

    The CMake files should be installed in the same lib directory as the
    main library for consistency. Also, this generates a version file
    to allow CMake to detect the version when searching for the library.
    imciner2 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f259d3f View commit details
    Browse the repository at this point in the history
  2. Add defines to allow getting the QDLDL version in consuming software

    These defines allow software that use QDLDL to get its version inside
    the code.
    imciner2 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ef1cf4f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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