File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8 )
1
+ cmake_minimum_required (VERSION 3.0 )
2
2
project (BTpp )
3
3
4
4
set (CMAKE_BUILD_TYPE Release )
5
5
add_definitions (-lX11 -Wall -lglut -lGL -lgtest -std=c++11 -lrt )
6
6
# Needed for using threads
7
- #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
8
-
9
-
7
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread" )
10
8
11
9
#########################################################
12
10
# FIND X11
@@ -136,7 +134,6 @@ export(TARGETS BTppLib
136
134
# (this registers the build-tree with a global CMake-registry)
137
135
export (PACKAGE BTpp )
138
136
139
- message ("******************" ${INSTALL_INCLUDE_DIR} )
140
137
141
138
install (FILES ${BTHeadLibrary} DESTINATION ${INSTALL_INCLUDE_DIR} /include/BTpp )
142
139
@@ -178,6 +175,3 @@ install(FILES
178
175
# Install the export set for use with the install-tree
179
176
install (EXPORT BTppTargets DESTINATION
180
177
"${INSTALL_CMAKE_DIR} " COMPONENT dev )
181
-
182
-
183
- message ("******************" ${CONF_INCLUDE_DIRS} )
Original file line number Diff line number Diff line change 42
42
#include < iostream>
43
43
// #include <unistd.h>
44
44
45
- // #include <string>
45
+ #include < string>
46
46
47
47
#include < thread>
48
48
#include < chrono>
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
#include < action_node.h>
14
- // #include <string>
14
+ #include < string>
15
15
16
16
17
17
BT::ActionNode::ActionNode (std::string name) : LeafNode::LeafNode(name)
You can’t perform that action at this time.
0 commit comments