Make Gromacs compile without C++ compiler
authorRoland Schulz <roland@utk.edu>
Mon, 8 Oct 2012 23:05:48 +0000 (19:05 -0400)
committerRoland Schulz <roland@utk.edu>
Wed, 10 Oct 2012 02:43:11 +0000 (22:43 -0400)
commitcb93f945a96caad2b9041b6b64d5c5bd872dc78f
tree657a59ed080f16a19d67b5c3a27fcbf7102d598e
parentcb951b7b911c5ed636bbc7c8ced715f8329896ec
Make Gromacs compile without C++ compiler

Fixes that OpenMP is enabled if C compiler supports OpenMP
but C++ compiler does not.

Partially fixes #1021

Change-Id: I4bb109801ee57aac4826881022c34240768a841e
CMakeLists.txt
cmake/FindOpenMP.cmake [new file with mode: 0644]
cmake/gmxCFlags.cmake
cmake/gmxGetCompilerVersion.cmake