sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

CMake: Don't set VCTR_USE_IPP to 0 if the user does not set the according CMake option #120

Closed JanosGit closed 1 year ago

JanosGit commented 1 year ago

Rationale: There might be situations where we don't want VCTR CMake implementation to automatically handle IPP linkage, so we opt out to use the CMake option but still want to use IPP integrated in a project in a different way.

Besides that the PlatformVectorOps has been adjusted to the now preferred coding style.