From 80453e215ebf25e1907ac129a50988b58bc219be Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 11 Aug 2016 20:07:14 +0200 Subject: Rewritten cmakes allowing compilation with new structure --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d45040780f..4c1b42618e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,7 +11,3 @@ add_subdirectory(genrev) add_subdirectory(server) -if(TOOLS) - add_subdirectory(tools) -endif(TOOLS) - -- cgit v1.2.3