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)