Skip to content

Commit

Permalink
Use the same cmake_minimum_required version 3.1 (#847)
Browse files Browse the repository at this point in the history
as in Release/CMakeLists.txt
  • Loading branch information
c72578 authored and BillyONeal committed Oct 1, 2018
1 parent 645637b commit b14f9ff
Showing 1 changed file with 1 addition and 1 deletion.
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 3.0)
cmake_minimum_required(VERSION 3.1)
project(cpprestsdk-root NONE)

add_subdirectory(Release)

0 comments on commit b14f9ff

Please sign in to comment.