Lnking to both static and dynamic cuda runtime library - problematic ?

I have several C++ libraries (in Windows), some of them linking statically to the CUDA runtime library, some of them linking dynamically to the CUDA runtime library. If I use all of these C++ libraries in one applicatoin - might that potentially lead to problems ?