From 17727576d83289e53c54f8c0dacc7a897ca563ed Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 5 Sep 2013 14:03:34 -0700 Subject: [PATCH] remove the avatar-mixer target from root CMakeLists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11879038e8..50ac76adc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ set(CMAKE_AUTOMOC ON) add_subdirectory(animation-server) add_subdirectory(assignment-client) add_subdirectory(assignment-server) -add_subdirectory(avatar-mixer) add_subdirectory(domain-server) add_subdirectory(eve) add_subdirectory(interface)