https://github.com/Kitware/CMake
Revision 86d0d78f2e6d39d22878b2a15f66ec854ed06848 authored by Brad King on 16 September 2021, 12:15:11 UTC, committed by Kitware Robot on 16 September 2021, 12:15:31 UTC
3b9e04accb PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usage

Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !6518
2 parent s 038c416 + 3b9e04a
Raw File
Tip revision: 86d0d78f2e6d39d22878b2a15f66ec854ed06848 authored by Brad King on 16 September 2021, 12:15:11 UTC
Merge topic 'msvc-pch-obj-restriction'
Tip revision: 86d0d78
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top