From e78a1d52f5ea588221a979fccf42d749f2ccc54a Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Mon, 27 Nov 2023 19:54:27 -0500 Subject: [PATCH] add missing endif --- libmexclass/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmexclass/cpp/CMakeLists.txt b/libmexclass/cpp/CMakeLists.txt index fa3b0db..bceeaa0 100644 --- a/libmexclass/cpp/CMakeLists.txt +++ b/libmexclass/cpp/CMakeLists.txt @@ -176,7 +176,7 @@ macro(MatlabConfigure) # else() # message(FATAL_ERROR "MatlabConfigure failed") # endif() - # endif() + endif() endmacro() # Find MATLAB.