From fd330123180450c7b137b09620639c37afa9c1cf Mon Sep 17 00:00:00 2001 From: Cinders Date: Tue, 9 Jul 2013 19:26:07 -0600 Subject: [PATCH] include (BuildVersion) in new view --- indra/newview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 68541c8721..0339c80d25 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -4,6 +4,7 @@ project(viewer) include(00-Common) include(Boost) +include(BuildVersion) include(DBusGlib) include(DirectX) include(OpenSSL)