aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-07 16:21:13 -0700
committerArmin Weatherwax2010-09-23 15:38:28 +0200
commitc8bd2bd6a92ad681fda6b8e142b86f233668c3de (patch)
treee1c726f51c0bafe95a1ce5e42d96d49568c1d9ff /linden/indra/llmath
parentRemoved gstreamer and gstreamer-plugins from install.xml for Windows (diff)
downloadmeta-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.txt1
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}
83list(APPEND llmath_SOURCE_FILES ${llmath_HEADER_FILES}) 83list(APPEND llmath_SOURCE_FILES ${llmath_HEADER_FILES})
84 84
85add_library (llmath ${llmath_SOURCE_FILES}) 85add_library (llmath ${llmath_SOURCE_FILES})
86add_dependencies(llmath prepare)