add --with-system-glm opt. to configure
Change-Id: Ie7688d400fe5e05f93c89b4c7d677a7a5c9880f5
This commit is contained in:
parent
964dd1e479
commit
99a4972f7e
@ -1717,6 +1717,11 @@ AC_ARG_WITH(system-boost,
|
||||
[Use boost already on system.]),,
|
||||
[with_system_boost="$with_system_headers"])
|
||||
|
||||
AC_ARG_WITH(system-glm,
|
||||
AS_HELP_STRING([--with-system-glm],
|
||||
[Use glm already on system.]),,
|
||||
[with_system_glm="$with_system_headers"])
|
||||
|
||||
AC_ARG_WITH(system-vigra,
|
||||
AS_HELP_STRING([--with-system-vigra],
|
||||
[Use vigra already on system.]),,
|
||||
|
Loading…
x
Reference in New Issue
Block a user