← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3943: Replace LIQCONTROL by LIQMIGRATION.

 

------------------------------------------------------------
revno: 3943
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2014-05-08 09:11:18 +0200
message:
  Replace LIQCONTROL by LIQMIGRATION.
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-05-08 05:57:04 +0000
+++ CMakeLists.txt	2014-05-08 07:11:18 +0000
@@ -16,7 +16,7 @@
 #  ENABLE_PFVFLOW: enable PFVFLOW-option, FlowEngine (ON by default)
 #  ENABLE_SPH: enable SPH-option, Smoothed Particle Hydrodynamics (OFF by default, experimental)
 #  ENABLE_LBMFLOW: enable LBMFLOW-option, LBM_ENGINE (OFF by default)
-#  ENABLE_LIQMIGRATION: enable LIQCONTROL-option, see [Mani2013] for details (OFF by default)
+#  ENABLE_LIQMIGRATION: enable LIQMIGRATION-option, see [Mani2013] for details (OFF by default)
 #  runtimePREFIX: used for packaging, when install directory is not the same is runtime directory (/usr/local by default)
 #  CHUNKSIZE: set >1, if you want several sources to be compiled at once. Increases compilation speed and RAM-consumption during it (1 by default).
 
@@ -301,9 +301,9 @@
 #===============================================
 IF(ENABLE_LIQMIGRATION)
   ADD_DEFINITIONS("-DYADE_LIQMIGRATION")
-  SET(CONFIGURED_FEATS "${CONFIGURED_FEATS} LIQCONTROL")
+  SET(CONFIGURED_FEATS "${CONFIGURED_FEATS} LIQMIGRATION")
 ELSE(ENABLE_LIQMIGRATION)
-  SET(DISABLED_FEATS "${DISABLED_FEATS} LIQCONTROL")
+  SET(DISABLED_FEATS "${DISABLED_FEATS} LIQMIGRATION")
 ENDIF(ENABLE_LIQMIGRATION)
 #===============================================
 IF(ENABLE_GL2PS)