Remove dummy.cpp
authorRoland Schulz <roland@utk.edu>
Fri, 8 Feb 2013 18:22:15 +0000 (13:22 -0500)
committerRoland Schulz <roland@utk.edu>
Fri, 8 Feb 2013 18:22:15 +0000 (13:22 -0500)
Not needed in master, because the sole library (libgromacs) is
guaranteed to be linked with the C++ compiler.

Change-Id: I003887fe549a59760845282ef1027883619e03be

src/gromacs/gmxlib/gpu_utils/CMakeLists.txt
src/gromacs/gmxlib/gpu_utils/dummy.cpp [deleted file]

index 41096cde0f22f676241823588bb5821cdb842e32..bf45130afe6e88ac7d032ace1942a6d4bd3f0874 100644 (file)
@@ -16,7 +16,7 @@ endif()
 
 CUDA_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
 set(CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE OFF)        
-file(GLOB GPU_UTILS_SOURCES *.cu dummy.cpp)
+file(GLOB GPU_UTILS_SOURCES *.cu)
 CUDA_ADD_LIBRARY(gpu_utils STATIC ${GPU_UTILS_SOURCES}
                  OPTIONS ${_os_def}
                  RELWITHDEBINFO -g
diff --git a/src/gromacs/gmxlib/gpu_utils/dummy.cpp b/src/gromacs/gmxlib/gpu_utils/dummy.cpp
deleted file mode 100644 (file)
index aa1d4ef..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/* This source file has the sole purpose to force C++ linking of the gpu_utils
- * static archive, otherwise the exception handling code generated inside 
- * memtestG80 will cause undefined symbols at linking. */