Skip to content

Commit

Permalink
resources: More fixes to Sponza material
Browse files Browse the repository at this point in the history
Also fix CMake warning about timestamps
  • Loading branch information
Rikard Olajos committed Dec 13, 2024
1 parent 4b50c69 commit 4f0a814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/RetrieveResourceArchive.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FetchContent_Declare (
resources
URL [[http://fileadmin.cs.lth.se/cs/Education/EDAF80/assignments/resources.zip]]
URL_HASH [[SHA512=832b8e45973705b69eeae61be75dcc444949c53d8656c483664896b9e8daadce7f826b244b93bc258d0d3678721d4ab7d42bcaae02703590458ad25663d647cf]]
URL_HASH [[SHA512=82694E9CE5388667FB0EF3C4DF73461C283C3A0F3C465E50A0EE9F82228A373DF072AF91D6B2BC30950607C2AD55A6A212E8CB588D8AEB017086333D58C4B006]]
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/res"
DOWNLOAD_EXTRACT_TIMESTAMP 1
)

FetchContent_GetProperties (resources)
Expand Down

0 comments on commit 4f0a814

Please sign in to comment.