1. 09 Jan, 2022 1 commit
  2. 08 Jan, 2022 1 commit
  3. 06 Jan, 2022 5 commits
  4. 05 Jan, 2022 4 commits
  5. 01 Jan, 2022 2 commits
  6. 31 Dec, 2021 1 commit
  7. 29 Dec, 2021 1 commit
    • Disabling setting `CMAKE_FIND_LIBRARY_SUFFIXES` on Apple platforms. · 3eb39819
      On macOS, since Big Sur, the libraries were moved to a cache. The SDK comes
      with stubs in the SDK (`/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib/`
      or whatever SDK version one has installed) where most have the `.tbd` suffix
      (although some still are `.a`). Forcing `CMAKE_FIND_LIBRARY_SUFFIXES` on Apple
      platforms broke building, unless one has copies of the libraries installed
      elsewhere (like Brew), as many libraries (like `iconv` or `pcre`) are not
      found.
      
      This fix disables setting the `CMAKE_FIND_LIBRARY_SUFFIXES` to `.a` if
      the platform is `APPLE` when building static libs.
      Miguel Arroz committed
  8. 24 Dec, 2021 6 commits
  9. 23 Dec, 2021 15 commits
  10. 12 Dec, 2021 1 commit
  11. 10 Dec, 2021 1 commit
  12. 06 Dec, 2021 2 commits