Skip to content

Fix CMake syntax warnings in configure/CMakeLists.txt (#977)

Fix the following CMake warnings:

CMake Warning (dev) at configure/CMakeLists.txt:153:
  Syntax Warning in cmake code at column 53
  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  CMakeLists.txt:76 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.
CMake Warning (dev) at configure/CMakeLists.txt:176:
  Syntax Warning in cmake code at column 53
  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  CMakeLists.txt:76 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.
Edited by Reynald Bourtembourg

Merge request reports