Skip to content

Commit 7aa0e46

Browse files
Fix atomic 64 b description (#17) (#18)
(cherry picked from commit 85efa4a) Co-authored-by: Pablo Garrido <[email protected]>
1 parent f39ee41 commit 7aa0e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
option(RCUTILS_MICROROS "Flag for building micro-ROS." ON)
1010

1111
# Default to C11

0 commit comments

Comments
 (0)