aboutsummaryrefslogtreecommitdiff
path: root/audio/musescore/files/patch-importexport_CMakeLists.txt
blob: 25a3a89770ea463b4f7c34b3e40b95885ce4ab7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- importexport/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
+++ importexport/CMakeLists.txt
@@ -69,7 +69,7 @@ if (NOT MSVC)
    set_target_properties (
       ${MODULE}
       PROPERTIES
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
       )
 else (NOT MSVC)
    set_target_properties (