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 )
22project (BTpp)
33
44set (CMAKE_BUILD_TYPE Release)
55add_definitions (-lX11 -Wall -lglut -lGL -lgtest -std=c++11 -lrt )
66# Needed for using threads
7- #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
8-
9-
7+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread" )
108
119#########################################################
1210# FIND X11
@@ -136,7 +134,6 @@ export(TARGETS BTppLib
136134# (this registers the build-tree with a global CMake-registry)
137135export (PACKAGE BTpp)
138136
139- message ("******************" ${INSTALL_INCLUDE_DIR} )
140137
141138install (FILES ${BTHeadLibrary} DESTINATION ${INSTALL_INCLUDE_DIR} /include /BTpp)
142139
@@ -178,6 +175,3 @@ install(FILES
178175# Install the export set for use with the install-tree
179176install (EXPORT BTppTargets DESTINATION
180177 "${INSTALL_CMAKE_DIR} " COMPONENT dev)
181-
182-
183- message ("******************" ${CONF_INCLUDE_DIRS} )
Original file line number Diff line number Diff line change 4242#include < iostream>
4343// #include <unistd.h>
4444
45- // #include <string>
45+ #include < string>
4646
4747#include < thread>
4848#include < chrono>
Original file line number Diff line number Diff line change 1111*/
1212
1313#include < action_node.h>
14- // #include <string>
14+ #include < string>
1515
1616
1717BT::ActionNode::ActionNode (std::string name) : LeafNode::LeafNode(name)
You can’t perform that action at this time.
0 commit comments