From Marco Jez, changed = to ?= in COMPILE_INTROSPECTION line

This commit is contained in:
Robert Osfield
2005-04-28 05:15:21 +00:00
parent a753748a1a
commit f966ce0156

View File

@@ -2,7 +2,7 @@
# Dependency library which have been installed on this system
# should we compile osgIntrospection?
COMPILE_INTROSPECTION = no
COMPILE_INTROSPECTION ?= no
# should we compile any of the examples?
COMPILE_EXAMPLES ?= no