Skip to content

Commit

Permalink
Comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Jan 10, 2024
1 parent 2f18a24 commit c377b31
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 @@ -30,7 +30,7 @@ project(tritonserver LANGUAGES C CXX)

include(CMakeDependentOption)

# Use C++17 standard as Triton's default.
# Use C++17 standard as Triton's minimum required.
set(TRITON_MIN_CXX_STANDARD 17 CACHE STRING "The minimum C++ standard which features are requested to build this target.")

set(TRITON_VERSION "0.0.0" CACHE STRING "The version of the Triton shared library" )
Expand Down

0 comments on commit c377b31

Please sign in to comment.