[Pkg-voip-commits] [bctoolbox] 40/60: fix for grouped mode

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch debian/sid
in repository bctoolbox.

commit e534a2e9b1f2bc7009a2816c8845aa7c07812d73
Author: Jehan Monnier <jehan.monnier at linphone.org>
Date:   Tue May 23 10:47:28 2017 +0200

    fix for grouped mode
---
 CMakeLists.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 344461e..4172877 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,6 +205,8 @@ configure_file(cmake/BcToolboxConfig.cmake.in
 	@ONLY
 )
 configure_file(cmake/BcToolboxCMakeUtils.cmake "${CMAKE_CURRENT_BINARY_DIR}/BcToolboxCMakeUtils.cmake" COPYONLY)
+configure_file(cmake/BcGitVersion.cmake "${CMAKE_CURRENT_BINARY_DIR}/BcGitVersion.cmake" COPYONLY)
+configure_file(cmake/gitversion.h.in "${CMAKE_CURRENT_BINARY_DIR}/gitversion.h.in" COPYONLY)
 
 set(CONFIG_PACKAGE_LOCATION "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/cmake")
 install(EXPORT ${EXPORT_TARGETS_NAME}Targets
@@ -215,7 +217,7 @@ install(FILES
 	"${CMAKE_CURRENT_BINARY_DIR}/BcToolboxConfig.cmake"
 	"${CMAKE_CURRENT_BINARY_DIR}/BcToolboxConfigVersion.cmake"
 	"${CMAKE_CURRENT_BINARY_DIR}/BcToolboxCMakeUtils.cmake"
-	"${CMAKE_CURRENT_SOURCE_DIR}/cmake/BcGitVersion.cmake"
-	"${CMAKE_CURRENT_SOURCE_DIR}/cmake/gitversion.h.in"
+	"${CMAKE_CURRENT_BINARY_DIR}/BcGitVersion.cmake"
+	"${CMAKE_CURRENT_BINARY_DIR}/gitversion.h.in"
 	DESTINATION ${CONFIG_PACKAGE_LOCATION}
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list