Commit ba28f6bd authored by Dominik Charousset's avatar Dominik Charousset

Fix typo

parent 19ac96c5
...@@ -74,7 +74,7 @@ generate_export_header(libcaf_net ...@@ -74,7 +74,7 @@ generate_export_header(libcaf_net
EXPORT_MACRO_NAME CAF_NET_EXPORT EXPORT_MACRO_NAME CAF_NET_EXPORT
EXPORT_FILE_NAME "${CMAKE_BINARY_DIR}/caf/detail/net_export.hpp") EXPORT_FILE_NAME "${CMAKE_BINARY_DIR}/caf/detail/net_export.hpp")
set_property(TARGET PROPERTY libcaf_net_obj POSITION_INDEPENDENT_CODE ON) set_property(TARGET libcaf_net_obj PROPERTY POSITION_INDEPENDENT_CODE ON)
caf_net_set_default_properties(libcaf_net_obj libcaf_net) caf_net_set_default_properties(libcaf_net_obj libcaf_net)
......
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