From 86cca8a0d122f0b85e0bae8a135b277b668aefb2 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 1 Dec 2024 18:06:14 -0500 Subject: [PATCH] refactor: don't use a macro for a single line --- cmake/Build.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/Build.cmake b/cmake/Build.cmake index 749b7dc663..ff3880f4cc 100644 --- a/cmake/Build.cmake +++ b/cmake/Build.cmake @@ -26,11 +26,6 @@ macro(configure_build) set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0") endif() - configure_file_shared() - -endmacro() - -macro(configure_file_shared) configure_file(${PROJECT_SOURCE_DIR}/src/lib/gui/gui_config.h.in ${PROJECT_BINARY_DIR}/config/gui_config.h) endmacro()