We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39ca1e commit 6fea59dCopy full SHA for 6fea59d
SPOUTSDK/SpoutGL/CMakeLists.txt
@@ -111,8 +111,8 @@ set_target_properties(Spout PROPERTIES
111
112
# Optional: MinGW SSE4 optimization (applies to both libs)
113
if (MINGW AND NOT SPOUT_BUILD_ARM)
114
- target_compile_options(Spout_static PRIVATE -msse4)
115
- target_compile_options(Spout PRIVATE -msse4)
+ target_compile_options(Spout_static PUBLIC -mssse3)
+ target_compile_options(Spout PUBLIC -mssse3)
116
endif()
117
118
#--------------------------------------
0 commit comments