Just a heads up that this branch has been merged and it modifies 
HPX_SetupTarget.cmake so that libraries and components have “hpx_" prefixed to 
the name.

It does not affect the target name in cmake, so you can still say
target_link_libraries(myapp iostreams)
But the name of the library iostreams on disk changes to hpx_iostreams.
This will also affect custom components and libraries which users create – it 
should not affect cmake generated projects, but If you have non cmake generated 
projects which use hardcoded library names, these will break and will need to 
be adjusted.

For reasons of caution, it would be a good idea to wipe any libraries in your 
build dir so that you don’t inadvertently link to them when you really want the 
newer ones that are generated but with a different name.

JB
_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to