Skip to content

Commit

Permalink
Fix atomic 64 b description (backport #17) (#19)
Browse files Browse the repository at this point in the history
* Fix atomic 64 b description (#17)

(cherry picked from commit 85efa4a)

# Conflicts:
#	CMakeLists.txt

* Fix conflicts

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 committed Jul 26, 2022
1 parent 9e85d87 commit 8d1b538
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 @@ -5,7 +5,7 @@ project(rcutils)
option(RCUTILS_NO_THREAD_SUPPORT "Disable thread support." OFF)
option(RCUTILS_NO_FILESYSTEM "Disable filesystem usage." OFF)
option(RCUTILS_AVOID_DYNAMIC_ALLOCATION "Disable dynamic allocations." OFF)
option(RCUTILS_NO_64_ATOMIC "Disable support for 64 bits atomic operations." OFF)
option(RCUTILS_NO_64_ATOMIC "Enable alternative support for 64 bits atomic operations in platforms with no native support." OFF)

# Default to C11
if(NOT CMAKE_C_STANDARD)
Expand Down

0 comments on commit 8d1b538

Please sign in to comment.