Ejemplo n.º 1
0
    def configure(self):
        ConanFile.configure(self)

        self._fix_boost_components()

        if self._use_boost():
            self._configure_boost()

        self._configure_task_system()
        self.output.info("Task System: {}.".format(self.options.task_system))
Ejemplo n.º 2
0
 def configure(self):
     ConanFile.configure(self)
     self.options["c-api"].db = "full"
     self.options["c-api"].march_id = "4fZKi37a595hP"