Skip to content
Snippets Groups Projects
Commit a14e44af authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Merge branch 'develop' into 'master'

Data directory lookup fix

See merge request !3
parents d079ca39 7d1e7681
1 merge request!3Data directory lookup fix
Pipeline #2576 passed with stages
in 5 minutes and 53 seconds
image: clarinpl/cpp
image: clarinpl/cpp:16.04
stages:
- build
......
......@@ -136,7 +136,7 @@ endif(NOT ${LibXML++_PKGCONF_VERSION} VERSION_LESS 2.40)
)
install(
DIRECTORY ${LIBTOKI_SRC_DATA_DIR}/
DESTINATION ${LIBTOKI_INSTALL_DATA_DIR}
DESTINATION ${CMAKE_INSTALL_PREFIX}/${LIBTOKI_INSTALL_DATA_DIR}
FILES_MATCHING PATTERN "*.ini"
PATTERN "*.srx"
PATTERN "*.lex"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment