From 859195eda41e68b754a0bb618e3c22a1cefa3e34 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Thu, 17 Oct 2019 13:04:39 +0300 Subject: [PATCH] exampleproject no longer compiled with astaroth utils --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b452bb2..04b6077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,5 +107,4 @@ endif () if (BUILD_UTILS) add_subdirectory(src/utils) - add_subdirectory(src/exampleproject) # TODO this should not be here endif ()