From df11e8fd2c779e021a5727bc5f868921b248c950 Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Tue, 24 Apr 2018 16:06:45 +0200 Subject: [PATCH] Fix Debian package generation Reviewers: teon.banek, buda Reviewed By: teon.banek Differential Revision: https://phabricator.memgraph.io/D1376 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b9b3e1fff..371fcd7d4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -156,7 +156,7 @@ set(examples ${CMAKE_SOURCE_DIR}/release/examples) install( CODE "execute_process(COMMAND ${examples}/build_examples - ${CMAKE_CURRENT_BINARY_DIR}/memgraph + ${CMAKE_BINARY_DIR}/memgraph ${CMAKE_BINARY_DIR}/tests/manual/bolt_client WORKING_DIRECTORY ${examples})") install(DIRECTORY ${examples}/build/ DESTINATION share/memgraph/examples)