MichaelCache
Results
2
comments of
MichaelCache
from ansible playbook file of `ansible/roles/common/tasks/packages-Ubuntu.yml` we can see that this `TASK [common : Install apt packages]` is a job to install packages from apt-get repo. If you stuck here,...
> ``` > > project(pybind_test) > cmake_minimum_required(VERSION 3.20) > > # Make sure we're using the same runtime library setting (MT or MD) > if(MSVC) > # Set runtime library...