whoever added this boost jank is insane

This commit is contained in:
BenCat07 2023-06-08 17:33:02 +02:00
parent f84fa1e51a
commit 26593d6fcb
4 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ set(BOOST_LIBS_OPTIONAL "" CACHE STRING "Boost libs to be compiled")
add_subdirectory(external/boost-cmake) add_subdirectory(external/boost-cmake)
set(BOOST_ROOT ${CMAKE_BINARY_DIR}/_deps/boost-src) set(BOOST_ROOT ${CMAKE_BINARY_DIR}/_deps/boost-src)
find_package(Boost REQUIRED PATHS ${CMAKE_BINARY_DIR}/_deps/boost-src/tools/boost_install/ NO_DEFAULT_PATH) find_package(Boost REQUIRED PATHS ${CMAKE_BINARY_DIR}/_deps/boost-src/tools/boost_install/ NO_DEFAULT_PATH)
include_directories(${CMAKE_BINARY_DIR}/_deps/boost-src/boost) include_directories(${CMAKE_BINARY_DIR}/_deps/boost-src)
execute_process(COMMAND execute_process(COMMAND
"${GIT_EXECUTABLE}" log -1 --pretty=\"%h\" "${GIT_EXECUTABLE}" log -1 --pretty=\"%h\"

View File

@ -24,7 +24,7 @@
#include "client_class.h" #include "client_class.h"
#include "Constants.hpp" #include "Constants.hpp"
#include <optional> #include <optional>
#include <boost/unordered/unordered_flat_map.hpp> #include "boost/unordered/unordered_flat_map.hpp"
#include <soundcache.hpp> #include <soundcache.hpp>
struct matrix3x4_t; struct matrix3x4_t;

View File

@ -7,7 +7,7 @@
#pragma once #pragma once
#include <boost/unordered/unordered_flat_map.hpp> #include "boost/unordered/unordered_flat_map.hpp"
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -14,7 +14,7 @@
* so only draw in SwapWindow * so only draw in SwapWindow
*/ */
#include <boost/unordered/unordered_flat_map.hpp> #include "boost/unordered/unordered_flat_map.hpp"
#include <string> #include <string>
#include "colors.hpp" #include "colors.hpp"