From 942ba80dae253fef93094d178da3ce0abc47da5d Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 18 Dec 2015 12:37:19 +0100 Subject: CMake: Cleanup: Strip text from endif/else REVIEW: 126414 --- attic/modules/FindXmms.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attic/modules/FindXmms.cmake') diff --git a/attic/modules/FindXmms.cmake b/attic/modules/FindXmms.cmake index 9f2cdf26..b687d120 100644 --- a/attic/modules/FindXmms.cmake +++ b/attic/modules/FindXmms.cmake @@ -23,7 +23,7 @@ else (XMMS_INCLUDE_DIRS AND XMMS_LIBRARIES) find_package(PkgConfig) pkg_check_modules(PC_XMMS QUIET xmms) - endif(NOT WIN32) + endif() find_path(XMMS_INCLUDE_DIRS xmmsctrl.h PATHS ${PC_XMMS_INCLUDEDIR} ${PC_XMMS_INCLUDE_DIRS} -- cgit v1.2.1