From 6a87cef1d449e8cdf8ebac53994a9a032792cf92 Mon Sep 17 00:00:00 2001 From: David Seikel Date: Wed, 9 Feb 2011 01:57:04 +1000 Subject: Change imprudence -> meta-impy, though not the URLs. Probably some will need to be reverted later. Changed file names to. --- linden/indra/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linden/indra/CMakeLists.txt') diff --git a/linden/indra/CMakeLists.txt b/linden/indra/CMakeLists.txt index 64e0079..5ef5d2c 100644 --- a/linden/indra/CMakeLists.txt +++ b/linden/indra/CMakeLists.txt @@ -12,8 +12,8 @@ if (COMMAND cmake_policy) cmake_policy(SET CMP0003 OLD) endif (COMMAND cmake_policy) -set(ROOT_PROJECT_NAME "Imprudence" CACHE STRING - "The root project/makefile/solution name. Defaults to Imprudence.") +set(ROOT_PROJECT_NAME "meta-impy" CACHE STRING + "The root project/makefile/solution name. Defaults to meta-impy.") project(${ROOT_PROJECT_NAME}) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") @@ -91,7 +91,7 @@ if (VIEWER) endif (LINUX) add_subdirectory(${VIEWER_PREFIX}newview) - add_dependencies(viewer imprudence-bin) + add_dependencies(viewer meta-impy-bin) endif (VIEWER) # Linux builds the viewer and server in 2 separate projects -- cgit v1.1