thank you, eagle

This commit is contained in:
Andreas Fabri 2010-08-23 17:36:50 +00:00
parent 632b9e378c
commit 72a7d2973e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ int main(int argc, char *argv[])
int d=2;
bool print_help=false;
std::string file;
#ifdef CGAL_USE_BOOST_PROGRAM_OPT7IONS
#ifdef CGAL_USE_BOOST_PROGRAM_OPTIONS
boost::program_options::options_description desc("Allowed options");
desc.add_options()
("help", boost::program_options::bool_switch(&print_help), "produce help message")