Explorar o código

cmake: Don't use the oldschool `endif(SAME_THING_AS_IF_LINE)` syntax.

Ryan C. Gordon %!s(int64=4) %!d(string=hai) anos
pai
achega
a329a35993
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -293,7 +293,7 @@ if(NOT MSVC)
     )
 endif()
 
-endif(NOT PHYSFS_DISABLE_INSTALL)
+endif()
 
 macro(message_bool_option _NAME _VALUE)
     if(${_VALUE})