mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
Features: Emit a test failure if 'override' is present but not expected
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#error "Expect override control feature"
|
||||
#endif
|
||||
#else
|
||||
#if !EXPECT_OVERRIDE_CONTROL
|
||||
#error "Expect no override control feature"
|
||||
#endif
|
||||
|
||||
struct A
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user