From c9cb0f0819f94c4411f22492533349ce1b54010e Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot Date: Mon, 13 Jan 2025 08:33:53 +0100 Subject: [PATCH] caps ? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41bc507d8..f4fe4c4f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ endif() # Dealing with MOAB if (PULL_INSTALL_MOAB) # Ensure MOAB_VERSION - if(not defined MOAB_VERSION) + if(NOT DEFINED MOAB_VERSION) set(MOAB_VERSION "5.5.1") endif() include(MOAB_PullAndMake)