You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/02/29 14:40:03 UTC

[celix] branch hotfix/#157-build-etcdlib-issues updated: #157 Fixes typo

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

pnoltes pushed a commit to branch hotfix/#157-build-etcdlib-issues
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/hotfix/#157-build-etcdlib-issues by this push:
     new ed3bc7c  #157 Fixes typo
ed3bc7c is described below

commit ed3bc7c0eec6add69d599eba48e514c7d5489114
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Sat Feb 29 15:39:48 2020 +0100

    #157 Fixes typo
---
 libs/etcdlib/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/etcdlib/CMakeLists.txt b/libs/etcdlib/CMakeLists.txt
index e401239..0ddf91c 100644
--- a/libs/etcdlib/CMakeLists.txt
+++ b/libs/etcdlib/CMakeLists.txt
@@ -30,7 +30,7 @@ if (NOT COMMAND celix_subproject)
     include(GNUInstallDirs)
 
     set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
-    set(CMAKE_C_FLAGS "-fpthread -D_GNU_SOURCE -std=gnu99 ${CMAKE_C_FLAGS}")
+    set(CMAKE_C_FLAGS "-pthread -D_GNU_SOURCE -std=gnu99 ${CMAKE_C_FLAGS}")
     set(CMAKE_C_FLAGS_DEBUG "-g -DDEBUG")
     set(CMAKE_EXE_LINKER_FLAGS "-pthread ${CMAKE_EXE_LINKER_FLAGS}")