Correcting unclosed if statement in CMakeLists.txt.

This commit is contained in:
Patrick Shriwise 2021-04-07 19:17:12 -05:00
parent 97e4e692f5
commit 0b61d14380

View file

@ -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