yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10979
[Branch ~yade-pkg/yade/git-trunk] Rev 4029: corrected git warning in CMakeLists.txt
------------------------------------------------------------
revno: 4029
committer: Jan Stransky <jan.stransky@xxxxxxxxxxx>
timestamp: Tue 2014-06-17 12:20:23 +0200
message:
corrected git warning in CMakeLists.txt
modified:
CMakeLists.txt
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-06-17 10:18:00 +0000
+++ CMakeLists.txt 2014-06-17 10:20:23 +0000
@@ -363,7 +363,7 @@
ADD_DEFINITIONS("-DYADE_MASK_ARBITRARY")
SET(CONFIGURED_FEATS "${CONFIGURED_FEATS} MASK_ARBITRARY")
IF(NOT MASK_ARBITRARY_SIZE)
- SET(MASK_ARBITRARY_SIZE "256")
+ SET(MASK_ARBITRARY_SIZE "256")
ENDIF(NOT MASK_ARBITRARY_SIZE)
ADD_DEFINITIONS(-DYADE_MASK_ARBITRARY_SIZE=${MASK_ARBITRARY_SIZE})
MESSAGE("MASK_ARBITRARY_SIZE = ${MASK_ARBITRARY_SIZE}")