Skip to content

Commit

Permalink
small CMake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Nov 9, 2023
1 parent 66a3c08 commit 4eef902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtsam/nonlinear/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Install headers
file(GLOB nonlinear_headers "*.h")
install(FILES ${nonlinear_headers} DESTINATION include/gtsam/nonlinear)
install(FILES ${nonlinear_headers} DESTINATION "include/gtsam/nonlinear")

file(GLOB nonlinear_headers_internal "internal/*.h")
install(FILES ${nonlinear_headers_internal} DESTINATION include/gtsam/nonlinear/internal)
install(FILES ${nonlinear_headers_internal} DESTINATION "include/gtsam/nonlinear/internal")

# Build tests
add_subdirectory(tests)

0 comments on commit 4eef902

Please sign in to comment.