Commit 04d3853ff69c6d70d1bdcde7b1283677bcd27f10

Patrick Steinhardt 2018-10-04T10:47:29

cmake: remove spaces between `IF` and `(` for policies Our CMake coding style dictates that there should be no space between `IF` and its opening `(`. Adjust our policy statements to honor this style.