Skip to content

Commit b0e60d6

Browse files
authored
Revise CMake install dirs of marker_detector and marker_model (#648)
* fix marker_detector install directory name * unify install directory name for marker_model according to other source dirs
1 parent f42c9d8 commit b0e60d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/stella_vslam/marker_detector/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ endif()
1818
# Install headers
1919
file(GLOB HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
2020
install(FILES ${HEADERS}
21-
DESTINATION ${STELLA_VSLAM_INCLUDE_INSTALL_DIR}/module)
21+
DESTINATION ${STELLA_VSLAM_INCLUDE_INSTALL_DIR}/marker_detector)

src/stella_vslam/marker_model/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ endif()
1616
# Install headers
1717
file(GLOB HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
1818
install(FILES ${HEADERS}
19-
DESTINATION ${STELLA_VSLAM_INCLUDE_INSTALL_DIR}/marker)
19+
DESTINATION ${STELLA_VSLAM_INCLUDE_INSTALL_DIR}/marker_model)

0 commit comments

Comments
 (0)