Setting compiler floating point behavior

Is there a CMake way of setting a compiler’s floating point behavior?

Specifically, I’d like to set Strict IEEE 754 compliance and have it take effect across platforms.

No, there is no encapsulation for a such feature.