From b259055bd605122da400bfc028f4344c07fffa4a Mon Sep 17 00:00:00 2001 From: David Seikel Date: Fri, 11 Feb 2011 22:00:23 +1000 Subject: One part of the system does not like the meta-impy name. Seems to be an unused part though, so take the lazy way out. --- linden/indra/cmake/00-Common.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake index 0528f2a..05d6175 100644 --- a/linden/indra/cmake/00-Common.cmake +++ b/linden/indra/cmake/00-Common.cmake @@ -169,7 +169,8 @@ if (LINUX) endif (SERVER) if (VIEWER) - add_definitions(-DAPPID=meta-impy) + # Hmm, APPID does not seem to be used anywhere, but might be used implicitly somewhere. It also does not like being "meta-impy", so changing this to stop it bitching. + add_definitions(-DAPPID=metaImpy) add_definitions(-fvisibility=hidden) # don't catch SIGCHLD in our base application class for the viewer - some of our 3rd party libs may need their *own* SIGCHLD handler to work. Sigh! The viewer doesn't need to catch SIGCHLD anyway. add_definitions(-DLL_IGNORE_SIGCHLD) -- cgit v1.1