mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 22:42:52 +08:00
Fix endmacro syntax in macros.cmake
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ macro(option_string _NAME _DESC _VALUE)
|
|||||||
add_to_alloptions(${_NAME})
|
add_to_alloptions(${_NAME})
|
||||||
set(${_NAME} ${_VALUE} CACHE STRING "${_DESC}")
|
set(${_NAME} ${_VALUE} CACHE STRING "${_DESC}")
|
||||||
set(HAVE_${_NAME} ${_VALUE})
|
set(HAVE_${_NAME} ${_VALUE})
|
||||||
ENDMACRO()
|
endmacro()
|
||||||
|
|
||||||
macro(message_bool_option _NAME _VALUE)
|
macro(message_bool_option _NAME _VALUE)
|
||||||
set(_PAD "\t")
|
set(_PAD "\t")
|
||||||
|
|||||||
Reference in New Issue
Block a user