Skip to content

Commit

Permalink
Remove double // in some installation paths (#5111) (#5129)
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
(cherry picked from commit 8c477dc)

# Conflicts:
#	CMakeLists.txt

Co-authored-by: Eduardo Ponz Segrelles <[email protected]>
(cherry picked from commit 28a2729)
  • Loading branch information
mergify[bot] committed Sep 24, 2024
1 parent 9316762 commit 1a056ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ option(INSTALL_EXAMPLES "Install example" OFF)
if(INSTALL_EXAMPLES)
# Install examples
install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples/cpp
DESTINATION examples/
DESTINATION examples
COMPONENT examples
PATTERN "examples/CMakeLists.txt" EXCLUDE
)
Expand All @@ -579,7 +579,7 @@ option(INSTALL_TOOLS "Install tools" OFF)
if(INSTALL_TOOLS)
# Install tools
install(DIRECTORY ${PROJECT_SOURCE_DIR}/tools
DESTINATION tools/
DESTINATION tools
COMPONENT tools
PATTERN "tools/CMakeLists.txt" EXCLUDE
)
Expand Down

0 comments on commit 1a056ef

Please sign in to comment.