Redo of render paths
This commit is contained in:
@@ -34,5 +34,25 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"superbuild": {
|
||||
"default": "off",
|
||||
"description": "Use Superbuild",
|
||||
"choices": {
|
||||
"off": {
|
||||
"short": "off",
|
||||
"long": "Don't rebuild superbuild",
|
||||
"settings": {
|
||||
"USE_SUPERBUILD": "OFF"
|
||||
}
|
||||
},
|
||||
"on": {
|
||||
"short": "on",
|
||||
"long": "Rebuild dependencies",
|
||||
"settings": {
|
||||
"USE_SUPERBUILD": "ON"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user