Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
9d03a131
Commit
9d03a131
authored
Apr 13, 2015
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set SOVERSION to full CAF version for all libs
parent
7f62934b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
libcaf_core/CMakeLists.txt
libcaf_core/CMakeLists.txt
+1
-2
libcaf_io/CMakeLists.txt
libcaf_io/CMakeLists.txt
+1
-2
libcaf_opencl
libcaf_opencl
+1
-1
libcaf_riac
libcaf_riac
+1
-1
No files found.
libcaf_core/CMakeLists.txt
View file @
9d03a131
...
@@ -87,10 +87,9 @@ add_custom_target(libcaf_core)
...
@@ -87,10 +87,9 @@ add_custom_target(libcaf_core)
if
(
NOT CAF_BUILD_STATIC_ONLY
)
if
(
NOT CAF_BUILD_STATIC_ONLY
)
add_library
(
libcaf_core_shared SHARED
${
LIBCAF_CORE_SRCS
}
${
LIBCAF_CORE_HDRS
}
)
add_library
(
libcaf_core_shared SHARED
${
LIBCAF_CORE_SRCS
}
${
LIBCAF_CORE_HDRS
}
)
target_link_libraries
(
libcaf_core_shared
${
LD_FLAGS
}
)
target_link_libraries
(
libcaf_core_shared
${
LD_FLAGS
}
)
set
(
LIBRARY_SOVERSION
${
CAF_VERSION_MAJOR
}
)
set_target_properties
(
libcaf_core_shared
set_target_properties
(
libcaf_core_shared
PROPERTIES
PROPERTIES
SOVERSION
${
LIBRARY_SO
VERSION
}
SOVERSION
${
CAF_
VERSION
}
VERSION
${
CAF_VERSION
}
VERSION
${
CAF_VERSION
}
OUTPUT_NAME caf_core
)
OUTPUT_NAME caf_core
)
if
(
NOT WIN32
)
if
(
NOT WIN32
)
...
...
libcaf_io/CMakeLists.txt
View file @
9d03a131
...
@@ -30,10 +30,9 @@ add_custom_target(libcaf_io)
...
@@ -30,10 +30,9 @@ add_custom_target(libcaf_io)
if
(
NOT CAF_BUILD_STATIC_ONLY
)
if
(
NOT CAF_BUILD_STATIC_ONLY
)
add_library
(
libcaf_io_shared SHARED
${
LIBCAF_IO_SRCS
}
${
LIBCAF_IO_HDRS
}
)
add_library
(
libcaf_io_shared SHARED
${
LIBCAF_IO_SRCS
}
${
LIBCAF_IO_HDRS
}
)
target_link_libraries
(
libcaf_io_shared
${
LD_FLAGS
}
${
LIBCAF_CORE_LIBRARY
}
)
target_link_libraries
(
libcaf_io_shared
${
LD_FLAGS
}
${
LIBCAF_CORE_LIBRARY
}
)
set
(
LIBRARY_SOVERSION
${
CAF_VERSION_MAJOR
}
)
set_target_properties
(
libcaf_io_shared
set_target_properties
(
libcaf_io_shared
PROPERTIES
PROPERTIES
SOVERSION
${
LIBRARY_SO
VERSION
}
SOVERSION
${
CAF_
VERSION
}
VERSION
${
CAF_VERSION
}
VERSION
${
CAF_VERSION
}
OUTPUT_NAME caf_io
)
OUTPUT_NAME caf_io
)
if
(
NOT WIN32
)
if
(
NOT WIN32
)
...
...
libcaf_opencl
@
91ebbda2
Subproject commit
bf5196b0a505ec682705c5715f2f976d34fdf4be
Subproject commit
91ebbda2986f3f32a873d02ca5eb550f26c6b70d
libcaf_riac
@
855e7257
Subproject commit
711263e8e02a71a95478b7a5097fdef0ec739fe6
Subproject commit
855e725739b7688290f66f592f858149c92375c5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment