mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fixed wrong version number in exported CMake configs. (#1027)
This commit is contained in:
parent
99a29ce797
commit
a353456718
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user