Skip to content
Snippets Groups Projects
  1. Apr 21, 2025
  2. Apr 20, 2025
  3. Apr 19, 2025
  4. Apr 18, 2025
  5. Apr 17, 2025
  6. Apr 16, 2025
  7. Apr 15, 2025
    • Peter Kokot's avatar
      FindGLEW: Update documentation · 714966fe
      Peter Kokot authored
      - Synced module documentation with other similar find modules.
      - Added examples section.
      - Moved imported targets section to the top.
      - Added note about config mode.
      - Added CMake versions, when some variables got introduced as many were
        added after the initial module.
      Unverified
      714966fe
    • Brad King's avatar
      macOS: Restore RPATH entry for libraries linked from /usr/local/lib · 6e63080d
      Brad King authored
      Since commit 7b195312 (macOS: Do not pass any SDK/-isysroot to
      compilers by default, 2024-11-06, v4.0.0-rc1~511^2) our default
      invocation of compilers targeting macOS no longer passes `-isysroot`.
      Without that, Xcode's compilers search `-L/usr/local/lib` by default
      even though the macOS dynamic loader does not.  Since `/usr/local/lib`
      is not a fully-implemented implicit link directory, exclude it from our
      detected `CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES` so that our generators
      do not suppress `RPATH` entries for dependencies in that directory.
      
      Fixes: #26867
      6e63080d
Loading