Skip to content

Commit

Permalink
Use the new PackageBuilder function set_to_max for the C++ build version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoblath committed Jan 9, 2025
1 parent 867187b commit 29dd627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ set ( Dripline_PYTHON_THROW_REPLY_KEYWORD "ThrowReply" CACHE STRING "Keyword use

set( Dripline_MAX_PAYLOAD_SIZE "10000" CACHE STRING "Maximum payload size (bytes)" )

# always use C++17
set( CMAKE_CXX_STANDARD 17 )
# always use C++17 or higher
set_to_max( CMAKE_CXX_STANDARD 17 )

# This can be used to debug memory issues
#add_compile_options(-fsanitize=address)
Expand Down

0 comments on commit 29dd627

Please sign in to comment.