CMakeLists.txt: Reduce version to 2.3.0
Some checks failed
/ build (pull_request) Has been cancelled
Some checks failed
/ build (pull_request) Has been cancelled
Until version 2.4.0 is not released, it is better to keep it as 2.3.0
since `git describe --tags --dirty` would return `v2.3.0-...` until the
`v2.4.0` tag is created.
Accordingly, speed-dreams-data also reduced its version to 2.3.0. [1]
[1]: 5c58ce805d
This commit is contained in:
parent
c1cdee61e7
commit
7700b68d87
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
|
||||
|
||||
# Speed Dreams project
|
||||
PROJECT(speed-dreams-2 VERSION 2.4.0)
|
||||
PROJECT(speed-dreams-2 VERSION 2.3.0)
|
||||
|
||||
MESSAGE(STATUS CMAKE_VERSION = "${CMAKE_VERSION}")
|
||||
|
||||
|
@ -33,7 +33,7 @@ ENDIF(APPLE)
|
|||
|
||||
option(SD_ASSUME_DATADIR "Assume default directory for speed-dreams-data if not found")
|
||||
|
||||
set(data_version 2.4.0)
|
||||
set(data_version 2.3.0)
|
||||
find_package(speed-dreams-data ${data_version})
|
||||
|
||||
if(NOT SD_DATADIR)
|
||||
|
|
Loading…
Reference in a new issue