diff --git a/CMakeLists.txt b/CMakeLists.txt index 84f35f0..6233121 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ Project(Stasis) SET(PACKAGE_VERSION 1) -SUBDIRS(test util benchmarks servers/native) +SUBDIRS(test servers/native) # Main decisions SET(BUILD_SHARED_LIBS ON)