mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
removed useless cmake syntax
This commit is contained in:
@@ -161,7 +161,7 @@ if (UNIX)
|
||||
${lib_Carbon}
|
||||
)
|
||||
|
||||
else (APPLE)
|
||||
else()
|
||||
|
||||
set(XKBlib "X11/XKBlib.h")
|
||||
check_include_files("${XKBlib};X11/extensions/dpms.h" HAVE_X11_EXTENSIONS_DPMS_H)
|
||||
@@ -199,7 +199,7 @@ if (UNIX)
|
||||
set(HAVE_X11)
|
||||
list(APPEND libs X11 Xtst)
|
||||
|
||||
else (HAVE_Xtst)
|
||||
else()
|
||||
|
||||
message(FATAL_ERROR "Missing library: Xtst")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user