https://github.com/Kitware/CMake
Revision 3ba324b6b6acf8db34bde5a79563fe9161f9896c authored by Brad King on 03 June 2022, 13:26:00 UTC, committed by Brad King on 04 June 2022, 12:15:20 UTC
On SunOS i386, the system headers sometimes define macro names
corresponding to register names, short and with no prefix.
Undefine one that conflicts with our code.
1 parent 4a283fc
Raw File
Tip revision: 3ba324b6b6acf8db34bde5a79563fe9161f9896c authored by Brad King on 03 June 2022, 13:26:00 UTC
libarchive: Remove a system preprocessor macro that conflicts with a local var
Tip revision: 3ba324b
.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