You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2020/07/17 17:08:22 UTC

[qpid-proton] branch master updated: PROTON-2208: Stupid typo

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 62a420f  PROTON-2208: Stupid typo
62a420f is described below

commit 62a420fe2d2e6264fd0942c06e10360f90ebab82
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Fri Jul 17 13:08:01 2020 -0400

    PROTON-2208: Stupid typo
---
 c/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt
index 0fcd349..7b7e242 100644
--- a/c/CMakeLists.txt
+++ b/c/CMakeLists.txt
@@ -373,7 +373,7 @@ set_source_files_properties (
   ${qpid-proton-extra}
   ${qpid-proton-platform}
   PROPERTIES
-  COMPILE_FLAGS "${COMPILE_WARNING_FLAGS} $${C_STANDARD_FLAGS} ${LTO}"
+  COMPILE_FLAGS "${COMPILE_WARNING_FLAGS} ${C_STANDARD_FLAGS} ${LTO}"
   )
 
 set_source_files_properties (


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org