From 1beab05ab784f2e09686662e03be5b3179a2d2d1 Mon Sep 17 00:00:00 2001 From: "l.feng" <43399351+msclock@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:21:11 +0800 Subject: [PATCH] perf: remove redandunt comments (#28) --- template/CMakeLists.txt.jinja | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/CMakeLists.txt.jinja b/template/CMakeLists.txt.jinja index 079bd75..294951b 100644 --- a/template/CMakeLists.txt.jinja +++ b/template/CMakeLists.txt.jinja @@ -10,8 +10,6 @@ project( # Project default module find_package(cmake-modules REQUIRED) include(cmake-modules/ProjectDefault) - -# Project custom modules [%- if ss_cmake_configure_version == true %] include(ConfigureVersion) [%- endif %]