ekg/gimbricate

"SSE4.1 instruction set not enabled" compilation error

joyeuxnoel8 opened this issue · 1 comments

I ran into a similar problem as in vgteam/vg#99
In an attempt to fix using a similar way, I added -msse4.1 flag to the CMAKE_CXX_FLAGS key in my CMakeCache.txt

//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-msse4.1

I'm not sure if this is the proper way, but hope this might be helpful for others or future fixes.

ekg commented