File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CMAKE_MINIMUM_REQUIRED ( VERSION 3.25 )
22
3- PROJECT (atomic_queue VERSION 1.9.0 )
3+ PROJECT (atomic_queue VERSION 1.9.1 )
44
55OPTION ( ATOMIC_QUEUE_BUILD_TESTS
66 "If the tests should be built."
Original file line number Diff line number Diff line change 11[ ![ C++14] ( https://img.shields.io/badge/dialect-C%2B%2B14-blue )] ( https://en.cppreference.com/w/cpp/14 )
22[ ![ MIT license] ( https://img.shields.io/github/license/max0x7ba/atomic_queue )] ( https://github.com/max0x7ba/atomic_queue/blob/master/LICENSE )
3- [ ![ Latest release] ( https://img.shields.io/github/v/tag/max0x7ba/atomic_queue?label=latest%20release )] ( https://github.com/max0x7ba/atomic_queue/releases/tag/v1.9.0 )
3+ [ ![ Latest release] ( https://img.shields.io/github/v/tag/max0x7ba/atomic_queue?label=latest%20release )] ( https://github.com/max0x7ba/atomic_queue/releases/tag/v1.9.1 )
44[ ![ Conan Center] ( https://img.shields.io/conan/v/atomic_queue )] ( https://conan.io/center/recipes/atomic_queue )
55[ ![ Vcpkg Version] ( https://img.shields.io/vcpkg/v/atomic-queue )] ( https://vcpkg.io/en/package/atomic-queue )
66<br >
@@ -88,7 +88,7 @@ include(FetchContent)
8888FetchContent_Declare(
8989 atomic_queue
9090 GIT_REPOSITORY https://github.com/max0x7ba/atomic_queue.git
91- GIT_TAG v1.9.0
91+ GIT_TAG v1.9.1
9292)
9393FetchContent_MakeAvailable(atomic_queue)
9494target_link_libraries(main PRIVATE atomic_queue::atomic_queue)
You can’t perform that action at this time.
0 commit comments