mirror of https://github.com/CGAL/cgal
thank you, eagle
This commit is contained in:
parent
632b9e378c
commit
72a7d2973e
|
|
@ -26,7 +26,7 @@ int main(int argc, char *argv[])
|
||||||
int d=2;
|
int d=2;
|
||||||
bool print_help=false;
|
bool print_help=false;
|
||||||
std::string file;
|
std::string file;
|
||||||
#ifdef CGAL_USE_BOOST_PROGRAM_OPT7IONS
|
#ifdef CGAL_USE_BOOST_PROGRAM_OPTIONS
|
||||||
boost::program_options::options_description desc("Allowed options");
|
boost::program_options::options_description desc("Allowed options");
|
||||||
desc.add_options()
|
desc.add_options()
|
||||||
("help", boost::program_options::bool_switch(&print_help), "produce help message")
|
("help", boost::program_options::bool_switch(&print_help), "produce help message")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue