You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
#
15
15
# See https://github.com/ThePhD/out_ptr/blob/master/docs/out_ptr.adoc for documentation.
16
16
17
-
cmake_minimum_required(VERSION 3.15)
17
+
cmake_minimum_required(VERSION 3.28.0)
18
18
project(ztd.out_ptr VERSION 1.0.0 DESCRIPTION "A library for having output pointers in C-like functions work well with C++ smart pointer types." LANGUAGES C CXX)
0 commit comments