build: allow to disable language support in cmake
* in addition: add unloadable sourcegroup to visualize, load and save information when loading a project that contains source groups that are not supported by the build
This commit is contained in:
@@ -52,11 +52,12 @@ void TaskExecuteCustomCommands::doEnter(std::shared_ptr<Blackboard> blackboard)
|
||||
{
|
||||
m_targetDatabaseFilePath = indexerCommand->getDatabaseFilePath();
|
||||
}
|
||||
|
||||
#if BUILD_PYTHON_LANGUAGE_PACKAGE
|
||||
if (indexerCommand->getIndexerCommandType() == INDEXER_COMMAND_PYTHON)
|
||||
{
|
||||
m_hasPythonCommands = true;
|
||||
}
|
||||
#endif // BUILD_PYTHON_LANGUAGE_PACKAGE
|
||||
|
||||
if (indexerCommand->getRunInParallel())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user