One of the cool features of autotools is configure tests -- actually invoking the compiler on a small sample program and seeing if it&#39;s successful. Does CMake do this or do you have to depend on #ifdef SOME_PLATFORM blocks to enable/disable features?<br>