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