Improve Gromacs portability
[alexxy/gromacs.git] / src / external / gmock-1.7.0 / CMakeLists.txt
index 3cb202bfd0ec27f7c3de5b58d0c84a95d330c74d..114e41834bb174a9da76637d49f3cb673427d62e 100644 (file)
@@ -35,8 +35,8 @@
 # As stated in README.Gromacs, this file is not part of GMock, but is written
 # specifically for the GROMACS build system from scratch.
 
-include(gmxGetMsvcTupleWorkaround)
-get_msvc_tuple_workaround_definitions(GMOCK_COMPILE_DEFINITIONS)
+include(gmxGetGmockTupleWorkaround)
+get_gmock_tuple_workaround(GMOCK_COMPILE_DEFINITIONS)
 set(GMOCK_COMPILE_DEFINITIONS ${GMOCK_COMPILE_DEFINITIONS} PARENT_SCOPE)
 
 # GTest/GMock suggest linking with pthreads when available for thread safety