Skip to content

Commit

Permalink
template/typekit: fix cmake warning
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>
  • Loading branch information
Ruben Smits committed Mar 11, 2014
1 parent 9987d7b commit 23d1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orogen/templates/typekit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23d1d31

Please # to comment.