Removed fixmes near includes
parent
5870d03d76
commit
f9e8497d5c
|
|
@ -49,7 +49,8 @@ check_PROGRAMS += tests/testJunctionTree
|
|||
# The headers are installed in $(includedir)/gtsam:
|
||||
#----------------------------------------------------------------------------------------------------
|
||||
|
||||
#FIXME: inclusion of ccolamd is annoying
|
||||
# CCOLAMD include flags are needed due to the bad include paths within the library
|
||||
# but will not be exposed to users.
|
||||
ccolamd_inc = -I$(top_srcdir)/gtsam/3rdparty/CCOLAMD/Include -I$(top_srcdir)/gtsam/3rdparty/UFconfig
|
||||
|
||||
headers += $(sources:.cpp=.h)
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
// FIXME: handle include path better
|
||||
//#include <gtsam/3rdparty/CCOLAMD/Include/ccolamd.h>
|
||||
#include <ccolamd.h>
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Reference in New Issue