Skip to content

Commit

Permalink
fix directory property
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 12, 2016
1 parent 1d9124c commit 5270dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/roscpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(roscpp)

if(NOT WIN32)
set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++11" "-Wall" "-Wextra")
set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++11;-Wall;-Wextra")
endif()

find_package(catkin REQUIRED COMPONENTS
Expand Down

0 comments on commit 5270dbf

Please sign in to comment.