Since commit 58e52416 (Warn about arguments not separated by whitespace, 2013-02-16) we warn about arguments not separated by spaces. Loosen the warning to not complain about left parens not separated by spaces from the preceding token. This is common in code like "if(NOT(X))". Teach the RunCMake.Syntax test to cover cases of left parens not separated by spaces and check that no warning appears.
3 lines
70 B
CMake
3 lines
70 B
CMake
message(STATUS unquoted(unquoted))
|
|
message(STATUS "quoted"("quoted"))
|