small CMake formatting

release/4.3a0
Varun Agrawal 2023-11-09 15:37:43 -05:00
parent 66a3c084f1
commit 4eef9023e9
1 changed files with 2 additions and 2 deletions

View File

@ -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)