From 86e36b59c1a6977a3c82e0c22cb340711a368e23 Mon Sep 17 00:00:00 2001 From: Jon Shimwell Date: Mon, 11 Nov 2024 21:37:48 +0100 Subject: [PATCH] added _ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebe8ed74c..a76e01597 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ if (NOT MOAB_FOUND) FetchContent_Declare( moab GIT_REPOSITORY https://bitbucket.org/fathomteam/moab.git - GIT BRANCH master + GIT_BRANCH master # GIT_TAG 5.5.1 ) FetchContent_MakeAvailable(moab)