Skip to content

Commit

Permalink
fix: install common include folder content
Browse files Browse the repository at this point in the history
  • Loading branch information
BarisYazici committed Sep 20, 2023
1 parent 69f538c commit 1d53cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## 0.12.1 - 2023-09-20

* Fix install common/include typo

## 0.12.0 - 2023-09-14

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(libfranka_VERSION 0.12.0)
set(libfranka_VERSION 0.12.1)

project(libfranka
VERSION ${libfranka_VERSION}
Expand Down Expand Up @@ -131,7 +131,7 @@ install(TARGETS franka libfranka-common
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(DIRECTORY include/ common/include DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
install(DIRECTORY include/ common/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
USE_SOURCE_PERMISSIONS
)

Expand Down

0 comments on commit 1d53cae

Please sign in to comment.