Skip to content

Commit

Permalink
#1256: vt-trace: Set the option to build vt-trace target to OFF by de…
Browse files Browse the repository at this point in the history
…fault
  • Loading branch information
JacobDomagala committed Feb 16, 2021
1 parent efc6262 commit 37d5db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ 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" ON)
option(vt_trace_only "Build VT with trace-only mode enabled" OFF)
if (vt_trace_only)
message(STATUS "Building additional target for VT in trace-only mode")
endif()
Expand Down

0 comments on commit 37d5db2

Please sign in to comment.