Commit 42a1d476 authored by Dominik Charousset's avatar Dominik Charousset

Fix install paths

parent 740cdaf3
......@@ -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)
......
......@@ -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")
......
......@@ -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 ------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment