noloader / cryptopp-cmake

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

Add a USE_OPENMP flag to enable building with OpenMP #70

Closed smessmer closed 3 years ago

smessmer commented 3 years ago

Fixes https://github.com/noloader/cryptopp-cmake/issues/68

I wasn't able to implement it for CMake before 3.1, but I feature gated it. Builds with older cmake versions should still work just fine, they just won't have the flag.