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