mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
examples: Remove double-backslash from install path
This commit removes the double-backslash when installing the examples. Before: .../upm//examples/... Before: .../upm/examples/... Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
ad15b27cb1
commit
306872619a
@ -120,7 +120,7 @@ if(BUILDEXAMPLES)
|
|||||||
|
|
||||||
# Add all examples as an install component (if building examples)
|
# Add all examples as an install component (if building examples)
|
||||||
install (DIRECTORY ${PROJECT_SOURCE_DIR}/examples
|
install (DIRECTORY ${PROJECT_SOURCE_DIR}/examples
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/upm/
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/upm
|
||||||
COMPONENT ${CMAKE_PROJECT_NAME}-examples
|
COMPONENT ${CMAKE_PROJECT_NAME}-examples
|
||||||
FILES_MATCHING
|
FILES_MATCHING
|
||||||
PATTERN "*.c"
|
PATTERN "*.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user