Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 913ec2f78bc0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e3e1aa0536e1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2020

  1. cmake: Add a patch to fix a regression since CMake 3.18

    This fixes all CMake builds that use target_precompile_headers() and
    as a result fail since CMake 3.18 with e.g.:
    g++: error: unrecognized command line option '-Xarch_x86_64'; did you mean '-march=x86-64'?
    
    Fix #94905.
    
    CMake references:
    - https://gitlab.kitware.com/cmake/cmake/-/issues/21072
    - https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5118
    primeos committed Aug 13, 2020
    Copy the full SHA
    57f0574 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge pull request #95327 from primeos/cmake-fix-pch-regression

    cmake: Add a patch to fix a regression since CMake 3.18
    primeos committed Aug 14, 2020
    Copy the full SHA
    e3e1aa0 View commit details
    Browse the repository at this point in the history