File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -400,12 +400,17 @@ Between *0.54.0* and *1.7.x* only a few options could be defined per subproject:
400400
401401The value was overridden in this order :
402402
403- - Value from parent project 
404- - Value from subproject's `default_options` 
405- - Value from `subproject()` `default_options` 
406- - Value from machine file 
407- - Value from command line 
403+ - ` opt=value`   from parent project's `default_options` 
404+ - ` opt=value`   from machine file 
405+ - ` opt=value`   from command line 
406+ - ` opt=value`   from subproject's `default_options` 
407+ - ` subp:opt=value`   from parent project's default options 
408+ - ` opt=value`   from `subproject()` `default_options` 
409+ - ` subp:opt=value`   from machine file 
410+ - ` subp:opt=value`   from command line 
408411
412+ In other word, the subproject's `default_options` had a *higher* priority 
413+ than `opt=value` from machine file or command line. 
409414
410415# # Module options
411416
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments