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

This commit is contained in:
Ryan C. Gordon 2022-04-15 20:39:39 -04:00
parent 7305ee92a2
commit a329a35993
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

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