[Bug 676] New: KDL trunk not build when eigen2 in non-standard directory
Submitted by snrkiwi on Sat, 2009-06-20 12:35 |
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=676
Summary: KDL trunk not build when eigen2 in non-standard
directory
Product: KDL
Version: kdl-trunk
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: critical
Priority: P3
Component: Build system
AssignedTo: orocos-dev [..] ...
ReportedBy: kiwi [dot] net [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0
Was not throwing fatal error correctly.
--- config/FindEigen2.cmake 2009-06-20 08:31:21.000000000 -0400
+++ ../b/kdl-1.0.0-alpha/config/FindEigen2.cmake 2009-06-12
09:29:18.000000000 -0400
@@ -3,5 +3,5 @@
MESSAGE(STATUS "-- Looking for Eigen2 - found")
SET(KDL_CFLAGS "${KDL_CFLAGS} -I${EIGEN2_INCLUDE_DIR}" CACHE INTERNAL "")
ELSE ( EIGEN2_INCLUDE_DIR )
- MESSAGE(FATAL_ERROR "-- Looking for Eigen2 - not found")
+ MESSAGE(FATAL "-- Looking for Eigen2 - not found")
ENDIF ( EIGEN2_INCLUDE_DIR )
\ No newline at end of file
[Bug 676] KDL trunk not build when eigen2 in non-standard direct
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=676
Ruben Smits <ruben [dot] smits [..] ...> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ruben [dot] smits [..] ...en.b
| |e
Resolution| |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Ruben Smits <ruben [dot] smits [..] ...> 2009-06-22 09:44:16 ---
svn ci config/FindEigen2.cmake -m"fixes [Bug 676] New: KDL trunk not build
when eigen2 in non-standard directory"
Sending config/FindEigen2.cmake
Transmitting file data .
Committed revision 30232.