Skip to content

Commit f229a07

Browse files
committed
兼容 gcc 4.x 版本
1 parent 0628871 commit f229a07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 2.8)
22
project(tls_sig_api)
33

4+
SET(CMAKE_CXX_FLAGS "-std=c++0x")
5+
46
if(UNIX)
57
find_package(ZLIB REQUIRED)
68
find_package(OpenSSL REQUIRED)

0 commit comments

Comments
 (0)