Skip to content

Commit 6fea59d

Browse files
committed
Fix
1 parent d39ca1e commit 6fea59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SPOUTSDK/SpoutGL/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ set_target_properties(Spout PROPERTIES
111111

112112
# Optional: MinGW SSE4 optimization (applies to both libs)
113113
if (MINGW AND NOT SPOUT_BUILD_ARM)
114-
target_compile_options(Spout_static PRIVATE -msse4)
115-
target_compile_options(Spout PRIVATE -msse4)
114+
target_compile_options(Spout_static PUBLIC -mssse3)
115+
target_compile_options(Spout PUBLIC -mssse3)
116116
endif()
117117

118118
#--------------------------------------

0 commit comments

Comments
 (0)