[Pkg-voip-commits] [bctoolbox] 42/57: Fix issue in CMakeLists.txt: strict compiler flags was not applied

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:34 UTC 2017


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

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit d5c6a2b22213d2703e26f4414a1b0b3931cb05b6
Author: François Grisez <francois.grisez at belledonne-communications.com>
Date:   Thu Feb 2 17:17:44 2017 +0100

    Fix issue in CMakeLists.txt: strict compiler flags was not applied
---
 src/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5bee5f8..e0447ae 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -50,9 +50,9 @@ endif()
 set(BCTOOLBOX_SOURCE_FILES ${BCTOOLBOX_C_SOURCE_FILES} ${BCTOOLBOX_CXX_SOURCE_FILES})
 set(BCTOOLBOX_TESTER_SOURCE_FILES ${BCTOOLBOX_C_TESTER_SOURCE_FILES})
 
-apply_compile_flags(BCTOOLBOX_C_SOURCE_FILES_C "CPP" "C")
-apply_compile_flags(BCTOOLBOX_C_TESTER_SOURCE_FILES_C "CPP" "C")
-apply_compile_flags(BCTOOLBOX_CXX_SOURCE_FILES_C "CPP" "CXX")
+apply_compile_flags(BCTOOLBOX_C_SOURCE_FILES "CPP" "C")
+apply_compile_flags(BCTOOLBOX_C_TESTER_SOURCE_FILES "CPP" "C")
+apply_compile_flags(BCTOOLBOX_CXX_SOURCE_FILES "CPP" "CXX")
 
 if(ENABLE_STATIC)
 	add_library(bctoolbox-static STATIC ${BCTOOLBOX_SOURCE_FILES} ${BCTOOLBOX_HEADER_FILES})

-- 
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