Fix malformed CUDA version macro check
[alexxy/gromacs.git] / include / gmx_header_config.h.cmakein
1 /* This include file will be configured by CMake and
2  * installed with GROMACS header files so that they can
3  * refer to a central location for #defines that will be
4  * available for builds of projects that depend on GROMACS.
5  */
6
7 /* Detect Cygwin */
8 #cmakedefine GMX_CYGWIN
9
10 /* Detect native (i.e. non-Cygwin) Windows */
11 #cmakedefine GMX_NATIVE_WINDOWS