[SCM] Libraries, protocols, and tools to keep robot software modules and devices cleanly decoupled branch, master, updated. upstream/2.3.19-39-g113f63f

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Tue Aug 7 09:15:24 UTC 2012


The following commit has been merged in the master branch:
commit 8fe492cf6284e7eed7f34ac5faa35096a65e762d
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Aug 2 12:13:13 2012 +0200

    Use ON/OFF instead of TRUE/FALSE for all cmake options

diff --git a/debian/rules b/debian/rules
index 2c90460..2a748a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,19 +7,19 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
-DEB_CMAKE_EXTRA_FLAGS+=-DCREATE_IDLS=TRUE \
+DEB_CMAKE_EXTRA_FLAGS+=-DCREATE_IDLS=ON \
  -DCREATE_GUIS=ON \
  -DCREATE_SHARED_LIBRARY=ON \
  -DYARP_USE_SYSTEM_SQLITE=ON \
  -DCREATE_LIB_MATH=ON \
  -DYARP_USE_ATLAS=ON \
  -DDOX_GENERATE_XML=ON \
- -DCREATE_OPTIONAL_CARRIERS=TRUE \
- -DENABLE_yarpcar_bayer_carrier=TRUE -DRUNTIME_yarpcar_bayer_carrier=TRUE -DUSE_LIBDC1394=FALSE \
- -DENABLE_yarpcar_tcpros_carrier=TRUE -DRUNTIME_yarpcar_tcpros_carrier=TRUE \
- -DENABLE_yarpcar_xmlrpc_carrier=TRUE -DRUNTIME_yarpcar_xmlrpc_carrier=TRUE \
- -DENABLE_yarpcar_priority_carrier=TRUE -DRUNTIME_yarpcar_priority_carrier=TRUE \
- -DENABLE_yarpidl_thrift=TRUE
+ -DCREATE_OPTIONAL_CARRIERS=ON \
+ -DENABLE_yarpcar_bayer_carrier=ON -DRUNTIME_yarpcar_bayer_carrier=ON -DUSE_LIBDC1394=OFF \
+ -DENABLE_yarpcar_tcpros_carrier=ON -DRUNTIME_yarpcar_tcpros_carrier=ON \
+ -DENABLE_yarpcar_xmlrpc_carrier=ON -DRUNTIME_yarpcar_xmlrpc_carrier=ON \
+ -DENABLE_yarpcar_priority_carrier=ON -DRUNTIME_yarpcar_priority_carrier=ON \
+ -DENABLE_yarpidl_thrift=ON
 
 build/yarp-tools::
 	doxygen $(CURDIR)/conf/doxygen/Doxyfile.man

-- 
Libraries, protocols, and tools to keep robot software modules and devices cleanly decoupled



More information about the debian-science-commits mailing list