arsenm / sanitizers-cmake

CMake modules to help use sanitizers
Other
375 stars 65 forks source link

Fix unclear error while accidentally sanitizing interface library #21

Closed 9fcc closed 6 years ago

9fcc commented 6 years ago

Interface libraries added since CMake 3.0 version have INTERFACE_SOURCES property instead of SOURCES so it leads to error which is unclear and prevents project from compiling. Warning would be enough it this case.