mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 16:41:04 +08:00
parent
a55f1a103b
commit
a6243ce56f
@ -7,7 +7,7 @@
|
|||||||
include( FetchContent )
|
include( FetchContent )
|
||||||
FetchContent_Declare( date_src
|
FetchContent_Declare( date_src
|
||||||
GIT_REPOSITORY https://github.com/HowardHinnant/date.git
|
GIT_REPOSITORY https://github.com/HowardHinnant/date.git
|
||||||
GIT_TAG 2.4.2 # adjust tag/branch/commit as needed
|
GIT_TAG v3.0.0 # adjust tag/branch/commit as needed
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(date_src)
|
FetchContent_MakeAvailable(date_src)
|
||||||
...
|
...
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required( VERSION 3.7 )
|
cmake_minimum_required( VERSION 3.7 )
|
||||||
|
|
||||||
project( date VERSION 2.4.1 )
|
project( date VERSION 3.0.0 )
|
||||||
|
|
||||||
include( GNUInstallDirs )
|
include( GNUInstallDirs )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user