mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
The new feature of install(TARGETS ... INCLUDES DESTINATION) introduced
in commit 650e61f8 (Add a convenient way to add the includes install
dir to the INTERFACE., 2013-01-05) introduced this crash. If the
new feature is used with a target which has no
INTERFACE_INCLUDE_DIRECTORIES, a segfault occurred.
5 lines
69 B
C++
5 lines
69 B
C++
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int empty() { return 0; }
|