diff options
author | David Seikel | 2011-02-09 01:57:04 +1000 |
---|---|---|
committer | David Seikel | 2011-02-09 01:57:04 +1000 |
commit | 6a87cef1d449e8cdf8ebac53994a9a032792cf92 (patch) | |
tree | c6f129866713b590e2a02e2199f5b6fd8595438e /linden/indra/CMakeLists.txt | |
parent | Merge branch 'branding' of github.com:onefang/meta-impy into branding (diff) | |
download | meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.zip meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.gz meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.bz2 meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.xz |
Change imprudence -> meta-impy, though not the URLs. Probably some will need to be reverted later.
Changed file names to.
Diffstat (limited to 'linden/indra/CMakeLists.txt')
-rw-r--r-- | linden/indra/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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) | |||
12 | cmake_policy(SET CMP0003 OLD) | 12 | cmake_policy(SET CMP0003 OLD) |
13 | endif (COMMAND cmake_policy) | 13 | endif (COMMAND cmake_policy) |
14 | 14 | ||
15 | set(ROOT_PROJECT_NAME "Imprudence" CACHE STRING | 15 | set(ROOT_PROJECT_NAME "meta-impy" CACHE STRING |
16 | "The root project/makefile/solution name. Defaults to Imprudence.") | 16 | "The root project/makefile/solution name. Defaults to meta-impy.") |
17 | project(${ROOT_PROJECT_NAME}) | 17 | project(${ROOT_PROJECT_NAME}) |
18 | 18 | ||
19 | set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") | 19 | set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") |
@@ -91,7 +91,7 @@ if (VIEWER) | |||
91 | endif (LINUX) | 91 | endif (LINUX) |
92 | 92 | ||
93 | add_subdirectory(${VIEWER_PREFIX}newview) | 93 | add_subdirectory(${VIEWER_PREFIX}newview) |
94 | add_dependencies(viewer imprudence-bin) | 94 | add_dependencies(viewer meta-impy-bin) |
95 | endif (VIEWER) | 95 | endif (VIEWER) |
96 | 96 | ||
97 | # Linux builds the viewer and server in 2 separate projects | 97 | # Linux builds the viewer and server in 2 separate projects |