Preface

Vector provides the build tools as example. They are neither intended nor qualified for use in series production.
The example build tools as well as any of its modifications and/or implementations must be tested with diligent care and must comply with all quality requirements which are necessary according to the state of the art before their use.
MICROSAR Adaptive is shipped with the build tool TACO.
What is TACO?
TACO is a collection of tools written for and in CMake, and not a tool of its own. It is written in CMake and also called from within CMake.

The aim of TACO is to provide a concise build process which is driven only by CMake and without an additional layer on top of it. This reduces complexity, simplifies CMake files by following the Modern CMake approach and makes it easier to use the MICROSAR Adaptive stack in other projects.

For more information see the TechnicalReference_TACO.pdf in folder Doc|TechnicalReferences of your delivery.
CMake Requirements
Please make sure to use CMake version 3.25 or higher!