Skip to content

Commit 3f386cc

Browse files
authored
Set cmake_minimum_required(VERSION 3.22)
1 parent 35944ff commit 3f386cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.12)
5+
cmake_minimum_required(VERSION 3.22)
66

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

0 commit comments

Comments
 (0)