Fix endmacro syntax in macros.cmake

(cherry picked from commit 8eeef53a80)
This commit is contained in:
c4veman
2026-03-25 14:53:36 +00:00
committed by Sam Lantinga
parent c4af41ba27
commit eca1479ff5

View File

@@ -21,7 +21,7 @@ macro(option_string _NAME _DESC _VALUE)
add_to_alloptions(${_NAME})
set(${_NAME} ${_VALUE} CACHE STRING "${_DESC}")
set(HAVE_${_NAME} ${_VALUE})
ENDMACRO()
endmacro()
macro(message_bool_option _NAME _VALUE)
set(_PAD "\t")