https://github.com/Kitware/CMake
Revision 005c7dc9e7c0789b13d1b8c4f793ff68c78334b2 authored by Fred Baksik on 23 February 2022, 13:51:38 UTC, committed by Brad King on 23 February 2022, 16:33:35 UTC
Fixes build project error because the OS directory was a relative
path from the binary directory.

Fixes issue during project regeneration where the `-os_dir` project option
was missing because GHS_OS_DIR was not properly stored in the cache
file.

This error was introduced by commit aa59eaac4f (GHS: Allow setting GHS
variables from toolchain file, 2021-11-15, v3.23.0-rc1~337^2).
1 parent 352ea99
Raw File
Tip revision: 005c7dc9e7c0789b13d1b8c4f793ff68c78334b2 authored by Fred Baksik on 23 February 2022, 13:51:38 UTC
GHS: Store full path of Integrity OS directory
Tip revision: 005c7dc
.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