Skip to content

Commit

Permalink
Merge pull request #186 in SWDEV/libfranka from hotfix/cmakelists-com…
Browse files Browse the repository at this point in the history
…mon-include to fr3-develop

* commit '1d53cae476d27bb3a7a9886442ba72001615eaef':
  fix: install common include folder content
  • Loading branch information
BarisYazici committed Sep 21, 2023
2 parents 69f538c + 1d53cae commit d0c9f3c
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 d0c9f3c

Please sign in to comment.