From Marco Jez, changed = to ?= in COMPILE_INTROSPECTION line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user