From 78984d4c39c4e9b8a291287e213806b45bef2dce Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Tue, 26 Apr 2022 07:58:37 +0200 Subject: [PATCH] Fix atomic 64 b description (#17) (cherry picked from commit 85efa4ad786fb6920ae92156ab439dec0315299b) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d351e9f..04c7e15a 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