aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llvfs
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/llvfs
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 'linden/indra/llvfs')
-rw-r--r--linden/indra/llvfs/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llvfs/CMakeLists.txt b/linden/indra/llvfs/CMakeLists.txt
index d6a0bbc..25b57e0 100644
--- a/linden/indra/llvfs/CMakeLists.txt
+++ b/linden/indra/llvfs/CMakeLists.txt
@@ -57,7 +57,6 @@ set_source_files_properties(${llvfs_HEADER_FILES}
57list(APPEND llvfs_SOURCE_FILES ${llvfs_HEADER_FILES}) 57list(APPEND llvfs_SOURCE_FILES ${llvfs_HEADER_FILES})
58 58
59add_library (llvfs ${llvfs_SOURCE_FILES}) 59add_library (llvfs ${llvfs_SOURCE_FILES})
60add_dependencies(llvfs prepare)
61 60
62if (DARWIN) 61if (DARWIN)
63 include(CMakeFindFrameworks) 62 include(CMakeFindFrameworks)