match installed header location to source location

release/4.3a0
cbeall3 2014-11-24 17:54:50 -05:00
parent 00d1d8cead
commit 3fed3c7cbb
2 changed files with 14 additions and 1 deletions

13
gtsam/3rdparty/metis/metis.h vendored Normal file
View File

@ -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_ */

View File

@ -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 {