From 0b61d14380fb6f689e7c48c52fed1c99367505ea Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 7 Apr 2021 19:17:12 -0500 Subject: [PATCH] Correcting unclosed if statement in CMakeLists.txt. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa66ea7aa5..596f5c7b8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ if(pugixml_FOUND) message(STATUS "Found pugixml: ${pugixml_DIR}") else() message(STATUS "Did not find pugixml, will use submodule instead") +endif() #=============================================================================== # libMesh Unstructured Mesh Support