You might ignore uvx if conan in installed system wide.
uvx conan install . --output-folder=build --build=missingcmake -S . -B build \
-DCMAKE_TOOLCHAIN_FILE=build/build/Release/generators/conan_toolchain.cmake \
-DCMAKE_BUILD_TYPE=ReleaseThe -j8 uses 8 threads to compile, check number of actual processing units and
RAM when the code is too large.
cmake --build build -j8build/spots -h