-
Notifications
You must be signed in to change notification settings - Fork 9
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
1256: Create vt_trace_only option before creating trace-only CMake target #1257
1256: Create vt_trace_only option before creating trace-only CMake target #1257
Conversation
835e3b4
to
9aa7cd5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
9aa7cd5
to
7c3eaea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to update the docs for this?
Looks good to me
7c3eaea
to
efc6262
Compare
@@ -110,6 +110,11 @@ include(cmake/load_bundled_libraries.cmake) | |||
|
|||
include(cmake/nvcc_no_deprecated_gpu_targets.cmake) | |||
|
|||
option(vt_trace_only "Build VT with trace-only mode enabled" OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've also changed it to be disabled by default. I think it's better to only build it on demand.
@lifflander Docs are still valid. This change fixes the small bug when building VT with cmake, without using |
Fixes #1256
With this fix, it's no longer required to add -Dvt_trace_only