From d45786dadb23077a158004a6db39b7443f95f593 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Tue, 10 May 2011 15:21:04 -0700 Subject: [PATCH] Revert "Don't build plClientPatcher (-2 warnings)" This reverts commit ae7212bc5a40ee0ae959d3b3d97b258a890fd9f4. --- 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 51823f67..9c6cef19 100644 --- a/Sources/Plasma/Apps/CMakeLists.txt +++ b/Sources/Plasma/Apps/CMakeLists.txt @@ -1,4 +1,4 @@ add_subdirectory(plClient) -#add_subdirectory(plClientPatcher) # This isn't used anywhere +add_subdirectory(plClientPatcher) add_subdirectory(plPythonPack) add_subdirectory(plUruLauncher)