]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/boost_install/test/log/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / boost_install / test / log / CMakeLists.txt
index be4a2d05fb3579c3b15359e8dba963e70536c676..fedd470a04c6838e049766d321a6cf9d2b080f28 100644 (file)
@@ -18,7 +18,11 @@ if(USE_STAGED_BOOST)
   set(BOOST_HINTS HINTS ../../../../stage)
 endif()
 
-if(USE_BOOST_PACKAGE)
+if(USE_ALL_COMPONENTS)
+
+  find_package(Boost ${BOOST_VERSION} EXACT REQUIRED ALL ${BOOST_HINTS})
+
+elseif(USE_BOOST_PACKAGE)
 
   find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS log ${BOOST_HINTS})