From f966ce0156f5f8947d8a735a670f8c889faa48d2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 28 Apr 2005 05:15:21 +0000 Subject: [PATCH] From Marco Jez, changed = to ?= in COMPILE_INTROSPECTION line --- Make/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/dependencies b/Make/dependencies index 7bd07a5e0..394cebc48 100644 --- a/Make/dependencies +++ b/Make/dependencies @@ -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