Fixed wrong version number in exported CMake configs. (#1027)

This commit is contained in:
Vitaly Zaitsev 2022-01-29 00:22:59 +01:00 committed by GitHub
parent 99a29ce797
commit a353456718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
include(guidelineSupportLibrary) include(guidelineSupportLibrary)
project(GSL project(GSL
VERSION 3.1.0 VERSION 4.0.0
LANGUAGES CXX LANGUAGES CXX
) )