We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ed90e commit 0d3bb20Copy full SHA for 0d3bb20
CMakeLists.txt
@@ -4,5 +4,8 @@ cmake_minimum_required(VERSION 2.6)
4
find_package(Rock)
5
rock_init(orocos_cpp 0.1)
6
7
+SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x" )
8
+
9
set(OROCOS_TARGET "gnulinux")
10
rock_standard_layout()
11
0 commit comments