diff --git a/lib/orogen/templates/typekit/CMakeLists.txt b/lib/orogen/templates/typekit/CMakeLists.txt index 0331881e..d17f2f0b 100644 --- a/lib/orogen/templates/typekit/CMakeLists.txt +++ b/lib/orogen/templates/typekit/CMakeLists.txt @@ -28,7 +28,7 @@ endif() # Enable -Wall for compilers that know it include(CheckCXXCompilerFlag) -CHECK_CXX_COMPILER_FLAG("-Wall", CXX_SUPPORTS_WALL) +CHECK_CXX_COMPILER_FLAG("-Wall" CXX_SUPPORTS_WALL) if (CXX_SUPPORTS_WALL) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") endif (CXX_SUPPORTS_WALL)