|
From: <gb...@us...> - 2010-09-14 06:01:49
|
Revision: 518
http://gearbox.svn.sourceforge.net/gearbox/?rev=518&view=rev
Author: gbiggs
Date: 2010-09-14 06:01:43 +0000 (Tue, 14 Sep 2010)
Log Message:
-----------
Be a little less absolute about the hokuyo_aist python bindings
Modified Paths:
--------------
gearbox/trunk/src/hokuyo_aist/CMakeLists.txt
Modified: gearbox/trunk/src/hokuyo_aist/CMakeLists.txt
===================================================================
--- gearbox/trunk/src/hokuyo_aist/CMakeLists.txt 2010-09-14 00:39:54 UTC (rev 517)
+++ gearbox/trunk/src/hokuyo_aist/CMakeLists.txt 2010-09-14 06:01:43 UTC (rev 518)
@@ -3,9 +3,7 @@
set (libVersion 2.0.0)
GBX_ADD_LICENSE (EPL1.0)
-# AlexB: temporarily turning this off because it doesn't build right now.
-#set (build TRUE)
-set (build FALSE)
+set (build TRUE)
GBX_REQUIRE_OPTION (build LIB ${libName} ON)
set (reqLibs flexiport)
@@ -54,7 +52,7 @@
add_subdirectory (test)
endif (GBX_BUILD_TESTS)
- option (HOKUYO_AIST_BUILD_BINDINGS "Build the Python bindings for Hokuyo_aist" ON)
+ option (HOKUYO_AIST_BUILD_BINDINGS "Build the Python bindings for Hokuyo_aist" OFF)
if (HOKUYO_AIST_BUILD_BINDINGS)
add_subdirectory (python)
endif (HOKUYO_AIST_BUILD_BINDINGS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|