Skip to content

Commit 133a137

Browse files
committed
Bump CMake minimal version to 3.1
Reason: https://cmake.org/pipermail/cmake/2018-March/067284.html
1 parent 995a82a commit 133a137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.1)
22
project(JlCxx)
33

44
# Cmake policies

include/jlcxx/jlcxx_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define JLCXX_VERSION_MAJOR 0
1717
#define JLCXX_VERSION_MINOR 6
18-
#define JLCXX_VERSION_PATCH 4
18+
#define JLCXX_VERSION_PATCH 5
1919

2020
// From https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor
2121
#define __JLCXX_STR_HELPER(x) #x

0 commit comments

Comments
 (0)