mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: fix common not being installed
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
5325a85d99
commit
411b0ad49e
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ install(
|
|||
)
|
||||
|
||||
install(
|
||||
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/common/include/villas/
|
||||
DIRECTORY ${CMAKE_SOURCE_DIR}/common/include/villas/
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/villas
|
||||
COMPONENT devel
|
||||
FILES_MATCHING
|
||||
|
@ -96,7 +96,7 @@ install(
|
|||
)
|
||||
|
||||
install(
|
||||
DIRECTORY ${PROJECT_BINARY_DIR}/include/villas/
|
||||
DIRECTORY ${PROJECT_BINARY_DIR}/common/include/villas/
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/villas
|
||||
COMPONENT devel
|
||||
FILES_MATCHING
|
||||
|
|
Loading…
Add table
Reference in a new issue