cmake & selecting CUDA SDK

Hi,

I have CUDA SDK 10 & 9 installed in the system. Using visual studio 2017.
It appears that cmake will set the CUDA build customization to the highest version.
I would like to control the SDK using the cmakelist files.
I believe CMAKE_GENERATOR_TOOLSET can control the SDK, but not sure how to use it in the cmakelists

Thanks