|
From: <rus...@us...> - 2009-11-10 07:06:12
|
Revision: 461
http://gearbox.svn.sourceforge.net/gearbox/?rev=461&view=rev
Author: russo2503v
Date: 2009-11-10 07:05:53 +0000 (Tue, 10 Nov 2009)
Log Message:
-----------
GBX_ADD_PKGCONFIG expects the dependent libs to passed by ref
Modified Paths:
--------------
gearbox/trunk/src/hokuyo_aist/CMakeLists.txt
Modified: gearbox/trunk/src/hokuyo_aist/CMakeLists.txt
===================================================================
--- gearbox/trunk/src/hokuyo_aist/CMakeLists.txt 2009-11-10 07:03:10 UTC (rev 460)
+++ gearbox/trunk/src/hokuyo_aist/CMakeLists.txt 2009-11-10 07:05:53 UTC (rev 461)
@@ -24,7 +24,7 @@
endif (WIN32)
GBX_ADD_LIBRARY (${libName} DEFAULT ${libVersion} ${srcs})
target_link_libraries (${libName} ${reqLibs})
- GBX_ADD_PKGCONFIG (${libName} ${libDesc} ${reqLibs} "" "" "" ${libVersion})
+ GBX_ADD_PKGCONFIG (${libName} ${libDesc} reqLibs "" "" "" ${libVersion})
GBX_ADD_HEADERS (${libName} ${hdrs})
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|