Commit 8fcfa81d by Eric Fiselier

Fix comment about linking threading

parent 8bb991d0
...@@ -19,7 +19,7 @@ endif() ...@@ -19,7 +19,7 @@ endif()
add_library(benchmark ${SOURCE_FILES} ${RE_FILES}) add_library(benchmark ${SOURCE_FILES} ${RE_FILES})
# Build the benchmark library # Link threading if building a shared library.
if (BUILD_SHARED_LIBS) if (BUILD_SHARED_LIBS)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
target_link_libraries(benchmark ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries(benchmark ${CMAKE_THREAD_LIBS_INIT})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment