Moved OpenMP detection to separate file.
authorErik Lindahl <erik@kth.se>
Thu, 12 Dec 2013 15:58:28 +0000 (16:58 +0100)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 16 Dec 2013 16:29:15 +0000 (18:29 +0200)
commitbec06a6ae72bc96bb7281f37b01407550cb493e5
tree3becc9a34df1cb28a13e9de95ca25a690ce7bd0a
parent9527ce7be303da735132dd051253e18f97bf2f29
Moved OpenMP detection to separate file.

This cleans up the main CMakeLists.txt file a bit and
removes manual line breaking from the OpenMP warning
message. It also emphasizes the different parts
(compiler detection, finding package, and final setup)
that are part of the OpenMP detection in Gromacs.

Change-Id: Id13e555d8dac1b5e8bb9c07111a4546a3b438a55
CMakeLists.txt
cmake/gmxManageGPU.cmake
cmake/gmxManageOpenMP.cmake [new file with mode: 0644]