X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=nlopt_config.h.in;h=464c60b32bf7ad8648dafb562637821167cab6d3;hb=743775baaa9b9374834a7aa886087d0e156c30b7;hp=6a647c93cf3e66e43775ef5d2c0b82852dd295e3;hpb=779b12ab1afb9567149e26f1b366c4be12565b9a;p=nlopt.git diff --git a/nlopt_config.h.in b/nlopt_config.h.in index 6a647c9..464c60b 100644 --- a/nlopt_config.h.in +++ b/nlopt_config.h.in @@ -1,16 +1,16 @@ /*============================================================================== # NLOPT CMake configuration file -# -# NLopt is a free/open-source library for nonlinear optimization, providing -# a common interface for a number of different free optimization routines -# available online as well as original implementations of various other +# +# NLopt is a free/open-source library for nonlinear optimization, providing +# a common interface for a number of different free optimization routines +# available online as well as original implementations of various other # algorithms -# WEBSITE: http://ab-initio.mit.edu/wiki/index.php/NLopt +# WEBSITE: http://ab-initio.mit.edu/wiki/index.php/NLopt # AUTHOR: Steven G. Johnson # # This config.cmake.h.in file was created to compile NLOPT with the CMAKE utility. # Benoit Scherrer, 2010 CRL, Harvard Medical School -# Copyright (c) 2008-2009 Children's Hospital Boston +# Copyright (c) 2008-2009 Children's Hospital Boston # # Minor changes to the source was applied to make possible the compilation with # Cmake under Linux/Win32 @@ -148,7 +148,10 @@ #undef VERSION /* Define if compiled including C++-based routines */ -#cmakedefine WITH_CXX +#cmakedefine NLOPT_CXX + +/* Define if compiled including C++11-based routines */ +#cmakedefine NLOPT_CXX11 /* Define to empty if `const' does not conform to ANSI C. */ #undef const