summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-11-02 22:08:59 +0000
committer0undefined <oscar@nelin.dk>2025-11-02 22:08:59 +0000
commit84c4c6466aaf15f16e0cb9f0470c93720805c355 (patch)
treed143f58670b55464edaba21237ddf65d15ab206b
parenta48b5c6725ba01326949b261155223ce9cd7ba00 (diff)
Change current working usptream tag to master
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70f6210..eae946b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ set(CMAKE_DISABLE_SOURCE_CHANGES ON CACHE BOOL "Prevent writing files to CMAKE_S
FetchContent_Declare(daw
GIT_REPOSITORY https://codeberg.org/onelin/daw.git
- GIT_TAG glfw
+ GIT_TAG master
)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")