]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/cmake/test/timer/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / cmake / test / timer / CMakeLists.txt
index 5de5f098053b83ddefd61fb307ca30fc65819b37..6f3fe9a528285bdb747e3eba2197ab7dc8354e9d 100644 (file)
@@ -6,12 +6,12 @@ cmake_minimum_required(VERSION 3.5...3.16)
 
 project(boost_timer_install_test LANGUAGES CXX)
 
-find_package(boost_timer REQUIRED)
-
 if(BOOST_RUNTIME_LINK STREQUAL "static")
   set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
 endif()
 
+find_package(boost_timer REQUIRED)
+
 add_executable(main main.cpp)
 target_link_libraries(main Boost::timer)