Make use_mangled_mesa() available in cmake script mode (#11926)
There is nothing in it which speaks against this. Alex
This commit is contained in:
parent
1a91ac4d0d
commit
968d5a0ff1
|
@ -68,6 +68,11 @@ public:
|
||||||
"being added to the include directory path earlier.";
|
"being added to the include directory path earlier.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This determines if the command is invoked when in script mode.
|
||||||
|
*/
|
||||||
|
virtual bool IsScriptable() { return true; }
|
||||||
|
|
||||||
/** This command is kept for compatibility with older CMake versions. */
|
/** This command is kept for compatibility with older CMake versions. */
|
||||||
virtual bool IsDiscouraged()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue