We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0628871 commit f229a07Copy full SHA for f229a07
CMakeLists.txt
@@ -1,6 +1,8 @@
1
cmake_minimum_required(VERSION 2.8)
2
project(tls_sig_api)
3
4
+SET(CMAKE_CXX_FLAGS "-std=c++0x")
5
+
6
if(UNIX)
7
find_package(ZLIB REQUIRED)
8
find_package(OpenSSL REQUIRED)
0 commit comments