← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4067: Do not consider Eigen3 like a feature.

 

------------------------------------------------------------
revno: 4067
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2014-07-10 23:27:29 +0200
message:
  Do not consider Eigen3 like a feature.
  
  It is mandatory already.
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-07-10 21:26:50 +0000
+++ CMakeLists.txt	2014-07-10 21:27:29 +0000
@@ -143,7 +143,6 @@
     MESSAGE(FATAL_ERROR "Minimal required Eigen3 version is 3.2.1, please update Eigen3!")
   ENDIF ((${EIGEN3_MAJOR_VERSION} LESS 2) OR ((${EIGEN3_MAJOR_VERSION} EQUAL 2) AND (${EIGEN3_MINOR_VERSION} LESS 1)))
 
-  SET(CONFIGURED_FEATS "${CONFIGURED_FEATS} Eigen3")
   IF (NOT VECTORIZE)
     MESSAGE(STATUS "Disable vectorization")
     ADD_DEFINITIONS("-DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT")