Skip to content

Commit

Permalink
Remove Windows C++ redist hack
Browse files Browse the repository at this point in the history
This was a hack workaround for the broken azure runner images: actions/runner-images#10004
  • Loading branch information
Paulchen-Panther authored Jun 15, 2024
1 parent 0bdf865 commit c2bd875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libsrc/protoserver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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})
Expand Down

0 comments on commit c2bd875

Please sign in to comment.