commit | 53aabe9817dfad76869c41c2eeb46fb874bf188b | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Jul 29 11:21:13 2021 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Jul 29 11:38:58 2021 -0400 |
tree | 6498ef905e8c11335273dbf4c60ad0981f481c87 | |
parent | 516ac348c7b14d8221e3f579454a8356e62d28d3 [diff] |
VS: Fix assertion failure on INCLUDE_DIRECTORIES in INTERFACE libraries Since commit 4391913133 (Add INTERFACE libraries to generated buildsystem if they have SOURCES, 2020-07-20, v3.19.0-rc1~346^2~1), the VS generator may process INTERFACE libraries. Avoid code paths in the generator that process include directories because they should not be used by INTERFACE libraries since they do not compile anything. Fixes: #22494