Skip to content

Commit

Permalink
Small description change
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Nov 1, 2023
1 parent a90a2aa commit b194057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if(PTL_USE_TBB)
find_package(TBB 2017 REQUIRED)
endif()

# Check if compiler provides std::atomic without a library
# Check if compiler provides std::atomic as a library
include(CheckAtomic)
if(NOT HAVE_CXX_ATOMICS_WITHOUT_LIB OR NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB)
set(PTL_LINK_ATOMIC TRUE)
Expand Down

0 comments on commit b194057

Please sign in to comment.