How do I make exe not dependent on runtime dll?

In the CUDA C/C++ section of Visual Studio I have specified “Static CUDA runtime library” and in the Linker/include section I added CUDART.LIB to the input library list. The program links correctly but it still requires the runtime DLL in order to start. What am I missing? Thanks!