Merge pull request #892 from JordanMaples/dev/jomaples/gsl3.1.0

Update project version to GSL 3.1.0
This commit is contained in:
Jordan Maples [MSFT] 2020-06-04 10:10:04 -07:00 committed by GitHub
commit 0f6dbc9e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1.3...3.16)
project(GSL VERSION 3.0.2 LANGUAGES CXX)
project(GSL VERSION 3.1.0 LANGUAGES CXX)
include(ExternalProject)
find_package(Git)