Skip to content

Commit

Permalink
[NOBIN] Updated deprecated CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Oct 15, 2021
1 parent 8d05096 commit bb3e0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required ( VERSION 2.8 )
cmake_minimum_required ( VERSION 2.8...3.21 )

project ( ParamKit )

Expand Down
2 changes: 1 addition & 1 deletion demo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required ( VERSION 2.8...3.21 )
project (demo)

set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
Expand Down
2 changes: 1 addition & 1 deletion paramkit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required ( VERSION 2.8 )
cmake_minimum_required ( VERSION 2.8...3.21 )
project ( paramkit )

set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
Expand Down

0 comments on commit bb3e0f5

Please sign in to comment.