From 15e95bdccd2fe73173856cdc67b738d3b45f7410 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:21:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- uninstall.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/uninstall.cmake b/uninstall.cmake index f1fad275f..4bd98958f 100644 --- a/uninstall.cmake +++ b/uninstall.cmake @@ -57,4 +57,3 @@ endif() install( CODE "execute_process(COMMAND \"${CMAKE_COMMAND}\" --build \"${PROJECT_BINARY_DIR}\" ${UNINSTALL_CONFIG_ARG} --target uninstall)" ) -