From a329a35993fddd1d3f701ce158dbef70a732b2ec Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 15 Apr 2022 20:39:39 -0400 Subject: [PATCH] cmake: Don't use the oldschool `endif(SAME_THING_AS_IF_LINE)` syntax. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0c2e7c..5fb7511 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -293,7 +293,7 @@ if(NOT MSVC) ) endif() -endif(NOT PHYSFS_DISABLE_INSTALL) +endif() macro(message_bool_option _NAME _VALUE) if(${_VALUE})