Skip to content

Commit

Permalink
fixed dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tipf authored Feb 26, 2019
1 parent a09be45 commit ec3eb6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions include/FactorGraphConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#define FACTORGRAPHCONFIG_H

#include <ceres/ceres.h>
#include <fstream>
#include <jsoncpp/json/json.h>
#include "FactorGraph.h"

/** Range Error Model */
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ include_directories(${INCLUDEDIR})

add_library(libRSF SHARED ${SOURCEFILES} ${HEADERFILES})

target_link_libraries(libRSF ${CERES_LIBRARIES} ${OpenCV_LIBS} ${JSONCPP_LIBRARIES}) #Threads::Threads
target_link_libraries(libRSF ${CERES_LIBRARIES})

0 comments on commit ec3eb6a

Please sign in to comment.