diff --git a/cmake/Build.cmake b/cmake/Build.cmake index 749b7dc66..ff3880f4c 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()