match installed header location to source location
parent
00d1d8cead
commit
3fed3c7cbb
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* metis.h
|
||||
* Dummy header, not installed!
|
||||
* Created on: Nov 24, 2014
|
||||
* Author: cbeall3
|
||||
*/
|
||||
|
||||
#ifndef GTSAM_3RDPARTY_METIS_METIS_H_
|
||||
#define GTSAM_3RDPARTY_METIS_METIS_H_
|
||||
|
||||
#include <gtsam/3rdparty/metis/include/metis.h>
|
||||
|
||||
#endif /* GTSAM_3RDPARTY_METIS_METIS_H_ */
|
|
@ -25,7 +25,7 @@
|
|||
#include <gtsam/base/timing.h>
|
||||
#include <gtsam/inference/Key.h>
|
||||
#include <gtsam/inference/FactorGraph.h>
|
||||
#include <gtsam/3rdparty/metis/include/metis.h>
|
||||
#include <gtsam/3rdparty/metis/metis.h>
|
||||
#include <boost/bimap.hpp>
|
||||
|
||||
namespace gtsam {
|
||||
|
|
Loading…
Reference in New Issue