Blob Blame History Raw
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index 39a78c5..4f43f3c 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -69,6 +69,7 @@ if(MSVC)
 endif(MSVC)
 
 find_package(Boost "1.35" COMPONENTS ${BOOST_REQUIRED_COMPONENTS})
+set(Boost_LIBRARIES ${Boost_LIBRARIES} boost_atomic)
 
 # This does not allow us to disable specific versions. It is used
 # internally by cmake to know the formation newer versions. As newer