remove unnecessary TODOs

release/4.3a0
Varun Agrawal 2024-10-10 09:33:07 -04:00
parent 878c626a96
commit 32108ab8ec
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# Install headers # Install headers
set(subdir discrete) set(subdir discrete)
file(GLOB discrete_headers "*.h") file(GLOB discrete_headers "*.h")
# FIXME: exclude headers
install(FILES ${discrete_headers} DESTINATION include/gtsam/discrete) install(FILES ${discrete_headers} DESTINATION include/gtsam/discrete)
# Add all tests # Add all tests

View File

@ -1,7 +1,6 @@
# Install headers # Install headers
set(subdir hybrid) set(subdir hybrid)
file(GLOB hybrid_headers "*.h") file(GLOB hybrid_headers "*.h")
# FIXME: exclude headers
install(FILES ${hybrid_headers} DESTINATION include/gtsam/hybrid) install(FILES ${hybrid_headers} DESTINATION include/gtsam/hybrid)
# Add all tests # Add all tests