Skip to content

Commit 729ff16

Browse files
authored
Bump minimum required cmake to 3.12
1 parent 011fc53 commit 729ff16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
cmake_minimum_required(VERSION 3.8)
5+
cmake_minimum_required(VERSION 3.12)
66

77
project("Libmultiprocess" CXX)
88
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)

0 commit comments

Comments
 (0)