Skip to content

Commit 3a007d2

Browse files
Fix atomic 64 b description (backport #17) (#19)
* 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>
1 parent b47fb4b commit 3a007d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(rcutils)
55
option(RCUTILS_NO_THREAD_SUPPORT "Disable thread support." OFF)
66
option(RCUTILS_NO_FILESYSTEM "Disable filesystem usage." OFF)
77
option(RCUTILS_AVOID_DYNAMIC_ALLOCATION "Disable dynamic allocations." OFF)
8-
option(RCUTILS_NO_64_ATOMIC "Disable support for 64 bits atomic operations." OFF)
8+
option(RCUTILS_NO_64_ATOMIC "Enable alternative support for 64 bits atomic operations in platforms with no native support." OFF)
99

1010
# Default to C11
1111
if(NOT CMAKE_C_STANDARD)

0 commit comments

Comments
 (0)