mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
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:
@@ -68,6 +68,11 @@ public:
|
||||
"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. */
|
||||
virtual bool IsDiscouraged()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user