From 46f80e71be37b8f98ed03dd8a7fae72b5887a3b4 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 12 Oct 2018 21:03:23 -0400 Subject: remove fuzzers from cmake, since it doesn't work properly --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e201f08..19e1a86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.1) project(olm VERSION 2.3.0 LANGUAGES CXX C) option(OLM_TESTS "Build tests" ON) -option(OLM_FUZZERS "Build fuzzers" ON) add_definitions(-DOLMLIB_VERSION_MAJOR=${PROJECT_VERSION_MAJOR}) add_definitions(-DOLMLIB_VERSION_MINOR=${PROJECT_VERSION_MINOR}) @@ -114,7 +113,3 @@ export(PACKAGE Olm) if (OLM_TESTS) add_subdirectory(tests) endif() - -if (OLM_FUZZERS) - add_subdirectory(fuzzers) -endif() -- cgit v1.2.3