Skip to content

Commit c6d9d00

Browse files
committed
v2.1.3 and update linux makefile
1 parent 81dd3be commit c6d9d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cpp-client/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13.0)
22

3-
project(universal-based VERSION 2.1.2)
3+
project(universal-based VERSION 2.1.3)
44

55
if(NOT DEFINED ARCH_FOLDER)
66
message(FATAL_ERROR "ARCH_FOLDER is not set, I don't know where to look for libraries")

packages/cpp-client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OBJS = basedclient.o \
3737
utility.o \
3838
based.o
3939

40-
CXXFLAGS += -Wall -std=c++17 -D_WEBSOCKETPP_CPP11_STL_ -DASIO_STANDALONE -DBASED_VERBOSE
40+
CXXFLAGS += -Wall -std=c++14 -D_WEBSOCKETPP_CPP11_STL_ -DASIO_STANDALONE -DBASED_VERBOSE
4141

4242
all: tls
4343

0 commit comments

Comments
 (0)