Skip to content

Commit ec3eb6a

Browse files
authored
fixed dependency errors
1 parent a09be45 commit ec3eb6a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

include/FactorGraphConfig.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#define FACTORGRAPHCONFIG_H
3434

3535
#include <ceres/ceres.h>
36-
#include <fstream>
37-
#include <jsoncpp/json/json.h>
3836
#include "FactorGraph.h"
3937

4038
/** Range Error Model */

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ include_directories(${INCLUDEDIR})
6666

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

69-
target_link_libraries(libRSF ${CERES_LIBRARIES} ${OpenCV_LIBS} ${JSONCPP_LIBRARIES}) #Threads::Threads
69+
target_link_libraries(libRSF ${CERES_LIBRARIES})
7070

0 commit comments

Comments
 (0)