Fixed CMake 2.8.12+ CUDA dylib bugs and warnings on OS X
[alexxy/gromacs.git] / src / gmxlib / gpu_utils / dummy.cpp
1 /* This source file has the sole purpose to force C++ linking of the gpu_utils
2  * static archive, otherwise the exception handling code generated inside
3  * memtestG80 will cause undefined symbols at linking. */
4
5 /* Avoid warnings about empty object files */
6 int gpu_utils_dummy;