mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Bump version
This commit is contained in:
parent
18e3f16576
commit
dfa631e64a
@ -28,7 +28,7 @@ option(FMT_USE_CPP11 "Enable the addition of C++11 compiler flags." ON)
|
|||||||
project(FMT)
|
project(FMT)
|
||||||
|
|
||||||
# Starting with cmake 3.0 VERSION is part of the project command.
|
# Starting with cmake 3.0 VERSION is part of the project command.
|
||||||
set(FMT_VERSION 3.0.0)
|
set(FMT_VERSION 3.1.0)
|
||||||
if (NOT FMT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
|
if (NOT FMT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
|
||||||
message(FATAL_ERROR "Invalid version format ${FMT_VERSION}.")
|
message(FATAL_ERROR "Invalid version format ${FMT_VERSION}.")
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
Reference in New Issue
Block a user