mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation.
These interface-related link-libraries properties are used to determine the value of the other INTERFACE properties, so we were getting infinite recursion and segfaults otherwise.
This commit is contained in:
7
Tests/CompatibleInterface/iface2.cpp
Normal file
7
Tests/CompatibleInterface/iface2.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include "iface2.h"
|
||||
|
||||
int Iface2::foo()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user