From 5018c4448972d0973fd989b34318806ce2668591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20Dragomirecky=CC=81?= Date: Fri, 9 Jul 2021 23:01:45 +0200 Subject: [PATCH] Do not include the utils directory --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3263b85..206abc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,13 +9,6 @@ project( VERSION ${PROJECT_VERSION} ) -if(NOT CMAKE_CROSSCOMPILING) - # - # If we are not crosscompiling, include `utils` with host tools. - # - add_subdirectory(utils) -endif() - # # Command Line Options #