Skip to content

Commit d3cf4a8

Browse files
Merge pull request #47 from jackyding2679/new-version
new version 5.4.4
2 parents c492685 + d3e731c commit d3cf4a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ CMAKE_policy(SET CMP0015 NEW)
33

44
project(cos-cpp-sdk)
55
#SET(BOOST_HEADER_DIR "/root/boost_1_68_0/")
6-
SET(CMAKE_CXX_STANDARD 11)
6+
#SET(CMAKE_CXX_STANDARD 11) cmake 3.x才支持
7+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
78
SET(CMAKE_VERBOSE_MAKEFILE ON)
89
# find_package自动查找,或者通过SET(OPENSSL_VERSION 1.0.0)人工设置
910
find_package(OpenSSL REQUIRED)

include/cos_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace qcloud_cos{
1111

12-
#define COS_CPP_SDK_VERSON "v5.4.3"
12+
#define COS_CPP_SDK_VERSON "v5.4.4"
1313

1414
/// 路径分隔符
1515
const std::string kPathDelimiter = "/";

0 commit comments

Comments
 (0)