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 c4280ef commit 144b2dbCopy full SHA for 144b2db
src/CMakeLists.txt
@@ -1,5 +1,7 @@
1
project(ipc)
2
3
+set (PACKAGE_VERSION 1.3.0)
4
+
5
aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc SRC_FILES)
6
aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc/sync SRC_FILES)
7
aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc/platform SRC_FILES)
@@ -34,7 +36,7 @@ set_target_properties(${PROJECT_NAME}
34
36
# set version
35
37
set_target_properties(${PROJECT_NAME}
38
PROPERTIES
- VERSION 1.2.0
39
+ VERSION ${PACKAGE_VERSION}
40
SOVERSION 3)
41
42
target_include_directories(${PROJECT_NAME}
0 commit comments