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=c5dd6858778f3261f25e136cd12ae80c266219fa;hpb=7e33bde354f8807ba59a8b7e24aed2442825dd3a;p=nlopt.git diff --git a/nlopt_config.h.in b/nlopt_config.h.in index c5dd685..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 @@ -150,6 +150,9 @@ /* Define if compiled including C++-based routines */ #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