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