diff --git a/test/compile-error-test/CMakeLists.txt b/test/compile-error-test/CMakeLists.txt index 1b92e93a..495f6598 100644 --- a/test/compile-error-test/CMakeLists.txt +++ b/test/compile-error-test/CMakeLists.txt @@ -181,7 +181,7 @@ if (SUPPORTS_USER_DEFINED_LITERALS AND CMAKE_COMPILER_IS_GNUCXX) # GCC before 4.9 is not supported for user-defined literals as it requires an # invalid syntax in their definition. set (SUPPORTS_USER_DEFINED_LITERALS - $,4.9.0>,OFF,ON>) + $,4.9.0>,OFF,ON> endif() # Make sure that compiler features detected in the header