fix missing logging depend
parent
4fab2595bc
commit
2f8a0bba91
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
include(cmake/color.cmake)
|
||||
set(BLT_VERSION 5.2.22)
|
||||
set(BLT_VERSION 5.2.23)
|
||||
|
||||
set(BLT_TARGET BLT)
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <mutex>
|
||||
#include <chrono>
|
||||
#include <optional>
|
||||
#include <blt/std/logging.h>
|
||||
#include <blt/logging/logging.h>
|
||||
#include <condition_variable>
|
||||
|
||||
namespace blt
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 93201da2ba5a6aba0a6e57ada64973555629b3e3
|
||||
Subproject commit 154c63489e84d5569d3b466342a2ae8fd99e4734
|
Loading…
Reference in New Issue