From 66433f3dead8cce8a8ebeebe8d7d76997be5d3bf Mon Sep 17 00:00:00 2001 From: kimwalisch Date: Tue, 2 Jan 2024 12:33:54 +0100 Subject: [PATCH] Update comment --- cmake/libatomic.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/libatomic.cmake b/cmake/libatomic.cmake index e66e9f992..121c7d352 100644 --- a/cmake/libatomic.cmake +++ b/cmake/libatomic.cmake @@ -40,7 +40,7 @@ if(NOT atomic64) # libraries in a subdirectory of the library directory. E.g. GCC # installed via homebrew stores libatomic at lib/gcc/13/libatomic.dylib # instead of lib/libatomic.dylib. CMake's find_library() cannot easily - # be used to recursively find libraries. There we use this workaround + # be used to recursively find libraries. Therefore we use this workaround # here (try adding -latomic to linker options) for this use case. set(CMAKE_REQUIRED_LINK_OPTIONS "-latomic")