1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00

WriteCompilerDetectionHeader: fix STATIC_ASSERT

fixes #16185
This commit is contained in:
Daniel Pfeifer
2017-03-06 20:52:09 +01:00
parent a55ed1a37c
commit e2f25d3e82
3 changed files with 19 additions and 4 deletions

View File

@@ -8,6 +8,9 @@
#error Expect no C features defined
#endif
TEST_STATIC_ASSERT(true);
TEST_STATIC_ASSERT_MSG(true, "msg");
int main()
{
return 0;