-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HAVE_CPP_STDLIB
and HAVE_GSL
should be auto added when using -DWITH_STL=ON
with cmake.
#741
Labels
bug
Something isn't working
Comments
owent
pushed a commit
to owent/opentelemetry-cpp
that referenced
this issue
May 11, 2021
Signed-off-by: owent <owent@tencent.com>
owent
added a commit
to owent/opentelemetry-cpp
that referenced
this issue
May 11, 2021
Signed-off-by: owent <owent@tencent.com>
owent
added a commit
to owent/opentelemetry-cpp
that referenced
this issue
May 11, 2021
Signed-off-by: owent <admin@owent.net>
owent
added a commit
to owent/opentelemetry-cpp
that referenced
this issue
May 11, 2021
Signed-off-by: owent <admin@owent.net>
owent
added a commit
to owent/opentelemetry-cpp
that referenced
this issue
May 12, 2021
Signed-off-by: owent <admin@owent.net>
owent
added a commit
to owent/opentelemetry-cpp
that referenced
this issue
May 14, 2021
Signed-off-by: owent <admin@owent.net>
lalitb
pushed a commit
that referenced
this issue
May 14, 2021
Closed by #742 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your environment
Windows, CMake
Steps to reproduce
Using
cmake -DWITH_STL=ON ...
to build project.What is the expected behavior?
HAVE_CPP_STDLIB
andHAVE_GSL
should be added intoINTERFACE_COMPILE_DEFINITIONS
of exported targetopentelemetry-cpp::api
.What is the actual behavior?
Nothing here.
Additional context
The text was updated successfully, but these errors were encountered: