Skip to content

Commit 0dadb9c

Browse files
committed
Disable Unity Builds on windows because it is incompatible with the latest wxWidgets
1 parent 9264b7c commit 0dadb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ endmacro()
128128

129129
set(all_unity "wxcore;wxbase;fmt;wxpng;")
130130
if(MSVC)
131-
enable_unity("${all_unity}")
131+
#enable_unity("${all_unity}")
132132
endif()

0 commit comments

Comments
 (0)