diff --git a/moose-core/CMakeLists.txt b/moose-core/CMakeLists.txt
index 443c02aa3fcf816b47f2b32a5046e3a36deeee6a..4cb79023c3821b66a340ea7b92a962f08d1daf37 100644
--- a/moose-core/CMakeLists.txt
+++ b/moose-core/CMakeLists.txt
@@ -224,7 +224,7 @@ if(HDF5_FOUND)
     if(USE_HDF5_STATIC_LIBRARIES AND $ENV{HDF5_ROOT})
         find_library(HDF5_CXX_LIBRARIES libhdf5.a PATHS $ENV{HDF5_ROOT})
         find_library(HDF5_HL_LIBRARIES libhdf5_hl.a PATHS $ENV{HDF5_ROOT})
-    endif(USE_HDF5_STATIC_LIBRARIES)
+    endif()
     
     include_directories( ${HDF5_INCLUDE_DIRS} )
     foreach(HDF5_LIB ${HDF5_CXX_LIBRARIES} ${HDF5_HL_LIBRARIES} )