Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

CMake: Move generator conditional expressions #281

Merged
merged 4 commits into from
Jan 22, 2024

Commits on Jan 21, 2024

  1. CMake: fix generator conditional expressions

    OPENGL_LIBRARIES may contain multiple paths, separated by semicolons.
    In CMake 3.22.1 this results in an improper list of libraries when
    passing through a separate variable.
    sfan5 authored and SmallJoker committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    25a06ca View commit details
    Browse the repository at this point in the history
  2. MSVC please...

    SmallJoker committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a43fdfb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    f8e64c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09af767 View commit details
    Browse the repository at this point in the history