summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-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")