yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02237
[Branch ~yade-dev/yade/trunk] Rev 1792: A typo in SConstruct.
------------------------------------------------------------
revno: 1792
committer: Lionel Favier <lfavier@r2balme>
branch nick: trunk
timestamp: Wed 2009-11-18 12:26:46 +0100
message:
A typo in SConstruct.
modified:
SConstruct
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'SConstruct'
--- SConstruct 2009-11-17 12:26:35 +0000
+++ SConstruct 2009-11-18 11:26:46 +0000
@@ -366,7 +366,7 @@
and conf.CheckCXXHeader(['Python.h','numpy/ndarrayobject.h'],'<>'))
if not ok: featureNotOK('python')
if 'cgal' in env['features']:
- ok=cong.CheckLibWithHeader('CGAL','CGAL/Exact_predicates_inexact_constructions_kernel.h','c++','CGAL::Exact_predicates_inexact_constructions_kernel::Point_3();')
+ ok=conf.CheckLibWithHeader('CGAL','CGAL/Exact_predicates_inexact_constructions_kernel.h','c++','CGAL::Exact_predicates_inexact_constructions_kernel::Point_3();')
if not ok: featureNotOK('cgal')
if env['useMiniWm3']: env.Append(LIBS='miniWm3',CPPDEFINES=['MINIWM3'])