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

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
) )