yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07202
[Branch ~yade-dev/yade/trunk] Rev 2772: Typo fix in previous commit
------------------------------------------------------------
revno: 2772
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Mon 2011-02-28 10:10:15 +0100
message:
Typo fix in previous commit
modified:
CMakeLists.txt
--
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 'CMakeLists.txt'
--- CMakeLists.txt 2011-02-28 09:05:47 +0000
+++ CMakeLists.txt 2011-02-28 09:10:15 +0000
@@ -29,7 +29,7 @@
IF (NOT LIB_EIGEN_PATH)
SET(LIB_EIGEN_PATH "/usr/include/eigen2")
- MESSAGE("Headers of eigen library will be included from ${CHUNKSIZE}, if you want to override it use -DLIB_EIGEN_PATH option.")
+ MESSAGE("Headers of eigen library will be included from ${LIB_EIGEN_PATH}, if you want to override it use -DLIB_EIGEN_PATH option.")
ENDIF (NOT LIB_EIGEN_PATH)
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_DIRS})