Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isherman committed Dec 26, 2023
1 parent 73b1578 commit 320046e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/sophus/interp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sophus_interp

farm_ng_add_library(sophus_interp
NAMESPACE ${PROJECT_NAME}
INCLUDE_DIR ../../../
INCLUDE_DIR ../../
HEADERS
average.h
interpolate.h
Expand Down
2 changes: 1 addition & 1 deletion cpp/sophus/interp/spline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sophus_interp_spline

farm_ng_add_library(sophus_interp_spline
NAMESPACE ${PROJECT_NAME}
INCLUDE_DIR ../../../../
INCLUDE_DIR ../../../
HEADERS
bspline.h
group_bspline.h
Expand Down

0 comments on commit 320046e

Please sign in to comment.