blob: c52f30a2c20f2d2e377e004334e3e837db010d93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77939f452..9cace7fe1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,8 +184,7 @@ Include(FetchContent)
FetchContent_Declare(
better_enums
- GIT_REPOSITORY https://github.com/aantron/better-enums.git
- GIT_TAG c35576bed0295689540b39873126129adfa0b4c8 # 0.11.3
+ URL @better_enums@
)
if(RDK_INSTALL_INTREE)
|