diff options
author | McCabe Maxsted | 2010-09-07 16:21:13 -0700 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:38:28 +0200 |
commit | c8bd2bd6a92ad681fda6b8e142b86f233668c3de (patch) | |
tree | e1c726f51c0bafe95a1ce5e42d96d49568c1d9ff /linden/indra/llmath | |
parent | Removed gstreamer and gstreamer-plugins from install.xml for Windows (diff) | |
download | meta-impy-c8bd2bd6a92ad681fda6b8e142b86f233668c3de.zip meta-impy-c8bd2bd6a92ad681fda6b8e142b86f233668c3de.tar.gz meta-impy-c8bd2bd6a92ad681fda6b8e142b86f233668c3de.tar.bz2 meta-impy-c8bd2bd6a92ad681fda6b8e142b86f233668c3de.tar.xz |
Removed 'prepare' dependency from cmake
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmath/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmath/CMakeLists.txt b/linden/indra/llmath/CMakeLists.txt index c05bf1d..e5ec3e1 100644 --- a/linden/indra/llmath/CMakeLists.txt +++ b/linden/indra/llmath/CMakeLists.txt | |||
@@ -83,4 +83,3 @@ set_source_files_properties(${llmath_HEADER_FILES} | |||
83 | list(APPEND llmath_SOURCE_FILES ${llmath_HEADER_FILES}) | 83 | list(APPEND llmath_SOURCE_FILES ${llmath_HEADER_FILES}) |
84 | 84 | ||
85 | add_library (llmath ${llmath_SOURCE_FILES}) | 85 | add_library (llmath ${llmath_SOURCE_FILES}) |
86 | add_dependencies(llmath prepare) | ||