diff --git a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake index 8bd74d809..f4b30c3d1 100644 --- a/cmake/ConfigureChecks.cmake +++ b/cmake/ConfigureChecks.cmake @@ -272,7 +272,7 @@ check_cxx_source_compiles(" #include int main() { - static_assert(WEXITSTATUS(0x007f) == 0x7f); + static_assert(WEXITSTATUS(0x007f) == 0x7f, \"This is our message we need to add because C++ is terrible\"); return 0; } "