From 780339d91bddf923130ea80396fa8739307f369a Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 23 Apr 2022 13:16:21 -0400 Subject: [PATCH] Add boost dependencies --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ad158de4..87870397 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,9 @@ build: python: "3.9" apt_packages: - cmake + - libboost-filesystem-dev + - libboost-log-dev + - libboost-thread-dev jobs: pre_build: - cmake .