Skip to content

Commit 0d3bb20

Browse files
author
Janosch Machowinski
committed
enable C++11
1 parent 92ed90e commit 0d3bb20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ cmake_minimum_required(VERSION 2.6)
44
find_package(Rock)
55
rock_init(orocos_cpp 0.1)
66

7+
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x" )
8+
79
set(OROCOS_TARGET "gnulinux")
810
rock_standard_layout()
11+

0 commit comments

Comments
 (0)