gelldur / EventBus

A lightweight and very fast event bus / event framework for C++17
Apache License 2.0
371 stars 81 forks source link

target_compile_options breaks other projects #35

Closed geiseri closed 3 years ago

geiseri commented 3 years ago

In the cmake file the target options are made public. This causes other "not so well behaved" code to break. It should be made PRIVATE.

gelldur commented 3 years ago

Ok thanks I will fix.