• Show log

    Commit

  • Hash : 4218403e
    Author : Patrick Steinhardt
    Date : 2020-06-05T10:49:09

    cmake: use target-specific compile definitions We set up some compile definitions as part of our src/CMakeLists.txt. While the definitions are global, we really only need them as part of the git2internal target which compiles all the objects. Let's thus use `target_compile_definitions` instead of `add_definitions`.