From 2ce9aeefaeda07f2a4211d562f6c562020c40017 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Tue, 26 Apr 2022 07:54:13 +0200 Subject: [PATCH] Fix atomic 64 b description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cbae188..a00566fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) option(RCUTILS_MICROROS "Flag for building micro-ROS." ON) # Default to C11