conditional build scripts with boost xor eigen
This commit is contained in:
parent
42be24628e
commit
766ac33c5a
11 changed files with 134 additions and 14 deletions
|
|
@ -29,9 +29,11 @@ Authors:
|
|||
#ifndef _edoEstimatorNormalMulti_h
|
||||
#define _edoEstimatorNormalMulti_h
|
||||
|
||||
|
||||
#include "edoEstimator.h"
|
||||
#include "edoNormalMulti.h"
|
||||
|
||||
#ifdef WITH_BOOST
|
||||
//! edoEstimatorNormalMulti< EOT >
|
||||
|
||||
template < typename EOT >
|
||||
|
|
@ -149,4 +151,10 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#else
|
||||
#ifdef WITH_EIGEN
|
||||
|
||||
#endif // WITH_EIGEN
|
||||
#endif // WITH_BOOST
|
||||
|
||||
#endif // !_edoEstimatorNormalMulti_h
|
||||
|
|
|
|||
Reference in a new issue