Compile with /MT instead of /MD using CMake

I'm using CMake on windows with the Windows SDK and NMake Makefiles. By default it compiles with the /MD compiler switch. How can I change it to compile with the /MT switch instead?