From dfe6e2d4d8ce7e234e46bb8b4280fded92e63db5 Mon Sep 17 00:00:00 2001 From: Techwolf Lupindo Date: Sun, 16 Feb 2014 19:43:35 -0500 Subject: [PATCH] Fix a typo in last commit. --- indra/cmake/UI.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake index 52b141b701..3cb31746d9 100755 --- a/indra/cmake/UI.cmake +++ b/indra/cmake/UI.cmake @@ -59,7 +59,7 @@ else (STANDALONE) NO_DEFAULT_PATH ) set(UI_LIBRARIES ${UI_LIBRARIES} ${UI_LIB_${libname}}) - endforeach(uilibname) + endforeach(libname) set(UI_LIBRARIES ${UI_LIBRARIES} Xinerama) endif (LINUX)