Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
bump CMake minimum version to 3.1.2
Browse files Browse the repository at this point in the history
Needed by the TARGETS parameter of conan_basic_setup
  • Loading branch information
theodelrieu committed Feb 5, 2018
1 parent e3fa965 commit 9101455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(PackageTest CXX)
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.1.2)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down

0 comments on commit 9101455

Please sign in to comment.