mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:43:51 +08:00
fix #76: correct version description in CMakeLists
This commit is contained in:
@@ -7,7 +7,7 @@ set(toml11_VERSION_MAYOR 3)
|
|||||||
set(toml11_VERSION_MINOR 0)
|
set(toml11_VERSION_MINOR 0)
|
||||||
set(toml11_VERSION_PATCH 0)
|
set(toml11_VERSION_PATCH 0)
|
||||||
set(toml11_VERSION
|
set(toml11_VERSION
|
||||||
"${toml11_VERSION_MAYOR}.${toml11_VERSION_MINOR}.${toml11_VERSION_PATCH}-beta"
|
"${toml11_VERSION_MAYOR}.${toml11_VERSION_MINOR}.${toml11_VERSION_PATCH}"
|
||||||
)
|
)
|
||||||
|
|
||||||
option(toml11_BUILD_TEST "Build toml tests" ON)
|
option(toml11_BUILD_TEST "Build toml tests" ON)
|
||||||
|
Reference in New Issue
Block a user