Skip to content

Commit

Permalink
Bump CMake version to 3.13, matching nng library
Browse files Browse the repository at this point in the history
The CMake version required for the demos was lagging the nng library's
own requirements (currently 3.13). Bump them to match.
  • Loading branch information
voutilad committed Jan 3, 2021
1 parent 69fcc41 commit 6ed1113
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/async/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file was obtained (LICENSE.txt). A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.

cmake_minimum_required (VERSION 2.8.7)
cmake_minimum_required (VERSION 3.13)

project(nng-asyncdemo)
include(FindThreads)
Expand Down
2 changes: 1 addition & 1 deletion demo/http_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file was obtained (LICENSE.txt). A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.

cmake_minimum_required (VERSION 2.8.7)
cmake_minimum_required (VERSION 3.13)

project(http_client)
include(FindThreads)
Expand Down
2 changes: 1 addition & 1 deletion demo/raw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file was obtained (LICENSE.txt). A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.

cmake_minimum_required (VERSION 2.8.7)
cmake_minimum_required (VERSION 3.13)

project(raw)
include(FindThreads)
Expand Down
2 changes: 1 addition & 1 deletion demo/reqrep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file was obtained (LICENSE.txt). A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.

cmake_minimum_required (VERSION 2.8.7)
cmake_minimum_required (VERSION 3.13)

project(reqrep)
include(FindThreads)
Expand Down
2 changes: 1 addition & 1 deletion demo/rest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# file was obtained (LICENSE.txt). A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.

cmake_minimum_required (VERSION 2.8.7)
cmake_minimum_required (VERSION 3.13)

project(rest)
include(FindThreads)
Expand Down

0 comments on commit 6ed1113

Please sign in to comment.