mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'misc-cxxmodule-fixes'
3b632f32faTests/CXXModules: forward the default build type5ab6b09691Tests/CXXModules: fix multi-config and MSVC details11b62ef118Tests/CXXModules: add missing `bmi-only` and compiler id fields5d9631fbddTests/CXXModules: fix key set mismatch error messages86e7fb72cbTests/CXXModules: use a less generic name for the config6b940dc590Tests/CXXModules: replace the object extension as well1c9f83c8ecTests/CXXModules: fix error detection propagation7a4c02cb38cmGlobalGenerator: factor out messaging for CMP0037 ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Pavel Solodovnikov <hellyeahdominate@gmail.com> Merge-request: !8834
This commit is contained in:
@@ -15,7 +15,8 @@ form. The format of the JSON file looks like:
|
||||
{
|
||||
"directory": "/home/user/development/project",
|
||||
"command": "/usr/bin/c++ ... -c ../foo/foo.cc",
|
||||
"file": "../foo/foo.cc"
|
||||
"file": "../foo/foo.cc",
|
||||
"output": "../foo.dir/foo.cc.o"
|
||||
},
|
||||
|
||||
...
|
||||
@@ -23,7 +24,8 @@ form. The format of the JSON file looks like:
|
||||
{
|
||||
"directory": "/home/user/development/project",
|
||||
"command": "/usr/bin/c++ ... -c ../foo/bar.cc",
|
||||
"file": "../foo/bar.cc"
|
||||
"file": "../foo/bar.cc",
|
||||
"output": "../foo.dir/bar.cc.o"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user