From f64567e382930b46d5a1ae380c9cf4c7d741bd2e Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Wed, 27 Apr 2011 21:50:10 -0700 Subject: [PATCH] Don't build plClientPatcher (-2 warnings) --- Sources/Plasma/Apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/Apps/CMakeLists.txt b/Sources/Plasma/Apps/CMakeLists.txt index 9c6cef19..51823f67 100644 --- a/Sources/Plasma/Apps/CMakeLists.txt +++ b/Sources/Plasma/Apps/CMakeLists.txt @@ -1,4 +1,4 @@ add_subdirectory(plClient) -add_subdirectory(plClientPatcher) +#add_subdirectory(plClientPatcher) # This isn't used anywhere add_subdirectory(plPythonPack) add_subdirectory(plUruLauncher)