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

CMake: misc fixes, using new infra modules #22

Closed
wants to merge 8 commits into from

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    4ac54f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9344806 View commit details
    Browse the repository at this point in the history
  3. Move include(ExternalProject) where/if needed

    it will be replaced with file(DOWNLOAD|ARCHIVE_EXTRACT) or FetchContent,
    which work at configure time, not build time
    redtide committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    08ac063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f99594 View commit details
    Browse the repository at this point in the history
  5. Recognize more systems to be used in log message, use current macOS b…

    …rand instead previous MacOS
    redtide committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    2ed89a6 View commit details
    Browse the repository at this point in the history
  6. Updated lib/CMakeLists.txt

    - use optional empty source_groups
    - specify the detail file, CMake can't add directories without using file(GLOB[_RECURSE])
    redtide committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0a398b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff8ff93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56a9dc7 View commit details
    Browse the repository at this point in the history