We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39ee41 commit 7aa0e46Copy full SHA for 7aa0e46
CMakeLists.txt
@@ -5,7 +5,7 @@ project(rcutils)
5
option(RCUTILS_NO_THREAD_SUPPORT "Disable thread support." OFF)
6
option(RCUTILS_NO_FILESYSTEM "Disable filesystem usage." OFF)
7
option(RCUTILS_AVOID_DYNAMIC_ALLOCATION "Disable dynamic allocations." OFF)
8
-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)
9
option(RCUTILS_MICROROS "Flag for building micro-ROS." ON)
10
11
# Default to C11
0 commit comments