Remove Windows C++ redist hack

This was a hack workaround for the broken azure runner images: https://github.com/actions/runner-images/issues/10004
This commit is contained in:
Paulchen-Panther 2024-06-15 13:02:27 +02:00 committed by GitHub
parent 0bdf865f5c
commit c2bd875bc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,3 @@
add_compile_definitions("_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
# set and compile proto schema
set(ProtoServer_PROTOS ${CMAKE_SOURCE_DIR}/libsrc/protoserver/message.proto)
protobuf_generate_cpp(ProtoServer_PROTO_SRCS ProtoServer_PROTO_HDRS ${ProtoServer_PROTOS})