Added fix to work for versions 1.2.55+ of vulkan headers

This commit is contained in:
Alejandro Saucedo 2020-11-01 10:46:16 +00:00
parent 482aa29426
commit 8abac9fb58
6 changed files with 16 additions and 17 deletions

View file

@ -1,7 +1,7 @@
#include "gtest/gtest.h"
#include "fmt/ranges.h"
#include <spdlog/fmt/bundled/ranges.h>
#include "kompute/Kompute.hpp"
TEST(TestLogisticRegressionAlgorithm, TestMainLogisticRegression)

View file

@ -1,5 +1,5 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <kompute/Kompute.hpp>
@ -7,7 +7,6 @@ int
main(int argc, char* argv[])
{
testing::InitGoogleTest(&argc, argv);
testing::InitGoogleMock(&argc, argv);
#if KOMPUTE_ENABLE_SPDLOG
spdlog::set_level(