Skip to content

Commit

Permalink
remove unnecessary TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 10, 2024
1 parent 878c626 commit 32108ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gtsam/discrete/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Install headers
set(subdir discrete)
file(GLOB discrete_headers "*.h")
# FIXME: exclude headers
install(FILES ${discrete_headers} DESTINATION include/gtsam/discrete)

# Add all tests
Expand Down
1 change: 0 additions & 1 deletion gtsam/hybrid/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Install headers
set(subdir hybrid)
file(GLOB hybrid_headers "*.h")
# FIXME: exclude headers
install(FILES ${hybrid_headers} DESTINATION include/gtsam/hybrid)

# Add all tests
Expand Down

0 comments on commit 32108ab

Please sign in to comment.