mirror of https://github.com/encounter/SDL.git
minor whitespace tidy-up.
This commit is contained in:
parent
29b79313a0
commit
7d3045f273
|
@ -39,7 +39,6 @@ macro(CheckDLOPEN)
|
||||||
set(HAVE_DLOPEN TRUE)
|
set(HAVE_DLOPEN TRUE)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(HAVE_DLOPEN)
|
if(HAVE_DLOPEN)
|
||||||
if(_DLLIB)
|
if(_DLLIB)
|
||||||
set(CMAKE_REQUIRED_LIBRARIES ${_DLLIB})
|
set(CMAKE_REQUIRED_LIBRARIES ${_DLLIB})
|
||||||
|
@ -145,7 +144,6 @@ macro(CheckPipewire)
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
|
||||||
# Requires:
|
# Requires:
|
||||||
# - PkgCheckModules
|
# - PkgCheckModules
|
||||||
# Optional:
|
# Optional:
|
||||||
|
|
Loading…
Reference in New Issue