Skip to content
  • Ansgar Burchardt's avatar
    cmake: use keyword signature of `target_link_libraries` · 25133a1c
    Ansgar Burchardt authored
    dune-common switched to using the keyword signature and mixing keyword
    and plain signatures causes a CMake error:
    
    ```
    CMake Error at [...].cmake:[...] (target_link_libraries):
      The keyword signature for target_link_libraries has already been used with
      the target "[...]".  All uses of target_link_libraries with a target
      must be either all-keyword or all-plain.
    ```
    25133a1c