Skip to content

CMakeLists.txt fix spaces for cmakelint

Fix cmakelint issues "CMakeLists.txt:58: Extra spaces between 'if' and its () [whitespace/extra] CMakeLists.txt:65: Extra spaces between 'if' and its () [whitespace/extra] CMakeLists.txt:90: Mismatching spaces inside () after command [whitespace/mismatch] CMakeLists.txt:93: Weird indentation; use 2 spaces [whitespace/indent]".

Merge request reports