From 73c871803658f041024fc05a255673c4ba6a58f1 Mon Sep 17 00:00:00 2001 From: Pavel Kartavyy Date: Tue, 9 Feb 2016 20:35:12 +0300 Subject: [PATCH] fix build --- libs/libcommon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libcommon/CMakeLists.txt b/libs/libcommon/CMakeLists.txt index 0bd7d815d83..9576d8de038 100644 --- a/libs/libcommon/CMakeLists.txt +++ b/libs/libcommon/CMakeLists.txt @@ -2,7 +2,7 @@ SET(REVISIONFILE ${CMAKE_CURRENT_BINARY_DIR}/src/revision.h) ADD_CUSTOM_COMMAND( OUTPUT ${REVISIONFILE} - COMMAND bash -f ${CMAKE_CURRENT_BINARY_DIR}/src/create_revision.sh ${REVISIONFILE} + COMMAND bash -f ${CMAKE_CURRENT_SOURCE_DIR}/src/create_revision.sh ${REVISIONFILE} ) set_source_files_properties(