pika icon indicating copy to clipboard operation
pika copied to clipboard

Use `CXX_VISIBILITY_PRESET` instead of `PIKA_WITH_HIDDEN_VISIBILITY`

Open msimberg opened this issue 2 years ago • 0 comments

https://cmake.org/cmake/help/latest/prop_tgt/LANG_VISIBILITY_PRESET.html. Consider adding https://cmake.org/cmake/help/latest/prop_tgt/VISIBILITY_INLINES_HIDDEN.html#prop_tgt:VISIBILITY_INLINES_HIDDEN along with it (described here: https://gcc.gnu.org/wiki/Visibility).

msimberg avatar Aug 16 '22 07:08 msimberg