Skip to content

Commit b373482

Browse files
committed
chore: bump min cmake version to 3.5.
Also, bump version to 5.0.2. Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 3f60063 commit b373482

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cmake_minimum_required (VERSION 3.3.2)
1+
cmake_minimum_required (VERSION 3.5)
22

3-
project(libmodule VERSION 5.0.1 LANGUAGES C CXX)
3+
project(libmodule VERSION 5.0.2 LANGUAGES C CXX)
44

55
if(NOT CMAKE_BUILD_TYPE)
66
set(CMAKE_BUILD_TYPE Release)

Samples/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 3.0)
1+
cmake_minimum_required(VERSION 3.5)
22

33
file(GLOB EASY_SRC Easy/*.c)
44
file(GLOB MULTICTX_SRC MultiCtx/*.c)

docs/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 3.0)
1+
cmake_minimum_required(VERSION 3.5)
22

33
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
44

tests/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 3.0)
1+
cmake_minimum_required(VERSION 3.5)
22

33
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
44

0 commit comments

Comments
 (0)