Do not include the utils directory

pull/53/head
Alan Dragomirecký 2021-07-09 23:01:45 +02:00
parent d4f0a7cf1a
commit 23b164ab7d
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
1 changed files with 0 additions and 7 deletions

View File

@ -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
#