removed useless cmake syntax

This commit is contained in:
Nick Bolton 2011-05-02 10:23:10 +00:00
parent 0e94f696fa
commit 1fe1be4c42
1 changed files with 2 additions and 2 deletions

View File

@ -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")