Fix Debian package generation

Reviewers: teon.banek, buda

Reviewed By: teon.banek

Differential Revision: https://phabricator.memgraph.io/D1376
This commit is contained in:
Matej Ferencevic 2018-04-24 16:06:45 +02:00
parent 609f33b086
commit df11e8fd2c

View File

@ -156,7 +156,7 @@ set(examples ${CMAKE_SOURCE_DIR}/release/examples)
install( install(
CODE CODE
"execute_process(COMMAND ${examples}/build_examples "execute_process(COMMAND ${examples}/build_examples
${CMAKE_CURRENT_BINARY_DIR}/memgraph ${CMAKE_BINARY_DIR}/memgraph
${CMAKE_BINARY_DIR}/tests/manual/bolt_client ${CMAKE_BINARY_DIR}/tests/manual/bolt_client
WORKING_DIRECTORY ${examples})") WORKING_DIRECTORY ${examples})")
install(DIRECTORY ${examples}/build/ DESTINATION share/memgraph/examples) install(DIRECTORY ${examples}/build/ DESTINATION share/memgraph/examples)