From d46c9f995fe9c00f892c23a978861482933f35c8 Mon Sep 17 00:00:00 2001 From: Nikolay Zapolnov Date: Wed, 4 Jun 2025 17:36:26 +0300 Subject: [PATCH] Remove empty line to unify with other projects. --- build/cmake/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 273b1b08..196039fb 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required(VERSION 3.10) set(name utki) - project(${name}) # !!! find_package must go after project() declaration !!!