We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c9fd6 commit 5b430b0Copy full SHA for 5b430b0
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.6)
2
3
-project(SPSCQueue VERSION 1.0 LANGUAGES CXX)
+project(SPSCQueue VERSION 1.1 LANGUAGES CXX)
4
5
add_library(${PROJECT_NAME} INTERFACE)
6
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
0 commit comments