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
42a1d476
Commit
42a1d476
authored
Nov 14, 2019
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install paths
parent
740cdaf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
libcaf_core/CMakeLists.txt
libcaf_core/CMakeLists.txt
+1
-1
libcaf_io/CMakeLists.txt
libcaf_io/CMakeLists.txt
+1
-1
libcaf_openssl/CMakeLists.txt
libcaf_openssl/CMakeLists.txt
+1
-1
No files found.
libcaf_core/CMakeLists.txt
View file @
42a1d476
...
...
@@ -159,7 +159,7 @@ set(LIBCAF_CORE_SRCS
# -- generate build config header ----------------------------------------------
configure_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/..
/cmake/build_config.hpp.in"
configure_file
(
"
${
PROJECT_SOURCE_DIR
}
/cmake/build_config.hpp.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/caf/detail/build_config.hpp"
@ONLY
)
...
...
libcaf_io/CMakeLists.txt
View file @
42a1d476
...
...
@@ -85,7 +85,7 @@ set_target_properties(libcaf_io PROPERTIES
# -- install library and header files ------------------------------------------
install
(
FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/caf/detail/
core
_export.hpp"
install
(
FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/caf/detail/
io
_export.hpp"
DESTINATION
"
${
CMAKE_INSTALL_INCLUDEDIR
}
/caf/detail"
)
...
...
libcaf_openssl/CMakeLists.txt
View file @
42a1d476
...
...
@@ -61,7 +61,7 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/caf"
COMPONENT openssl
FILES_MATCHING PATTERN
"*.hpp"
)
install
(
FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/caf/detail/
core
_export.hpp"
install
(
FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/caf/detail/
openssl
_export.hpp"
DESTINATION
"
${
CMAKE_INSTALL_INCLUDEDIR
}
/caf/detail"
)
# -- add this library to the global CAF_LIBRARIES ------------------------------
...
...
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