You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake --build build -jthrows cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
here dd-trace-cpp/src/datadog/platform_util.cpp:194:9
The text was updated successfully, but these errors were encountered:
when trying to install with
cmake --build build -j
throws cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'here dd-trace-cpp/src/datadog/platform_util.cpp:194:9
The text was updated successfully, but these errors were encountered: