mirror of https://github.com/CGAL/cgal
) Remove spurious "-l".
This commit is contained in:
parent
688ba73466
commit
c8a93cf0ed
|
|
@ -4,7 +4,7 @@ DESCRIPTION =
|
||||||
PROVIDES = BOOST_PROGRAM_OPTIONS
|
PROVIDES = BOOST_PROGRAM_OPTIONS
|
||||||
CXXFLAGS =
|
CXXFLAGS =
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LIBS = -lboost_program_options
|
LIBS = boost_program_options
|
||||||
REQUIRES =
|
REQUIRES =
|
||||||
INCOMPATIBLE =
|
INCOMPATIBLE =
|
||||||
STDINCLDIRS = /usr/include/\*
|
STDINCLDIRS = /usr/include/\*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue