Skip to content

Commit cacb768

Browse files
committed
Updatea aurora & set DOWNLOAD_EXTRACT_TIMESTAMP FALSE
1 parent 0070702 commit cacb768

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ message(STATUS "dusklight: Fetching cxxopts")
291291
FetchContent_Declare(cxxopts
292292
URL https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.3.1.tar.gz
293293
URL_HASH SHA256=3bfc70542c521d4b55a46429d808178916a579b28d048bd8c727ee76c39e2072
294-
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
294+
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
295295
)
296296
message(STATUS "dusklight: Fetching nlohmann/json")
297297
FetchContent_Declare(json
298298
URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz
299299
URL_HASH SHA256=42f6e95cad6ec532fd372391373363b62a14af6d771056dbfc86160e6dfff7aa
300-
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
300+
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
301301
)
302302
FetchContent_MakeAvailable(cxxopts json)
303303

0 commit comments

Comments
 (0)