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 a9df2cd commit 550adaeCopy full SHA for 550adae
CMakeLists.txt
@@ -1,9 +1,10 @@
1
-# Copyright (c) Dean Michael Berris 2010.
+# Copyright (c) Dean Michael Berris 2010.
2
+# Copyright 2016 Google, Inc.
3
# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or copy at
4
-# http://www.boost.org/LICENSE_1_0.txt)
+# (See accompanying file LICENSE_1_0.txt or copy at
5
+# http://www.boost.org/LICENSE_1_0.txt)
6
-cmake_minimum_required(VERSION 3.0)
7
+cmake_minimum_required(VERSION 2.8)
8
project(CPP-NETLIB)
9
10
option( CPP-NETLIB_BUILD_SHARED_LIBS "Build cpp-netlib as shared libraries." OFF )
0 commit comments