1 2 3 4 5 6 7 8 9 10 11
--- CMakeLists.txt.orig 2025-07-04 10:48:20 UTC +++ CMakeLists.txt @@ -132,6 +132,8 @@ endif() unset(CLANG_TIDY_EXE) endif() +add_compile_definitions(GLOG_USE_GLOG_EXPORT) + if(IS_MSVC) # Some fixes for the Glog library. add_compile_definitions(GLOG_USE_GLOG_EXPORT)