C++ project template Dependency Install conan package manager Adjust installation location of conan packages # show conan config get storage.path # change conan config set storage.path=<your path> Build mkdir build cd build cmake .. cmake --build . --parallel