From 2d9938b57779d134a1aba03477a0ce20cbda5158 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 11 Jun 2020 11:55:17 +0200 Subject: [PATCH] Revert "Make gnucash-cli a console application on Windows" This reverts commit 85f26b6e3050342b4bc3e28fba2d1c673c119544. --- gnucash/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/gnucash/CMakeLists.txt b/gnucash/CMakeLists.txt index 9e41c3c512..703cacfdb0 100644 --- a/gnucash/CMakeLists.txt +++ b/gnucash/CMakeLists.txt @@ -74,7 +74,6 @@ set(gnucash_cli_SOURCES if (MINGW) list(APPEND gnucash_cli_SOURCES "gnucash-windows-locale.c") - target_link_options(gnucash-cli PRIVATE -mconsole) endif() add_executable (gnucash-cli