noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 67 forks source link

add -msse4.1 and -msse4.2 for files that ought to require it #8

Closed geoffbeier closed 6 years ago

geoffbeier commented 6 years ago

This is required to build with the default system C++ compiler on RHEL/CentOS 7.

noloader commented 6 years ago

Oh crap... Sorry I missed that.

For the record, there's no need to make PR's. Feel free to check-in on Master directly.

Looking at this project, we should probably setup Appveyor and Travis to catch errors on Linux, OS X and Windows.