mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
38cbf5e15b
Fixes: #23209
9 lines
188 B
C
9 lines
188 B
C
#if !(defined(BUILD_LOCAL_INTERFACE) && defined(BUILD_INTERFACE) && \
|
|
!defined(INSTALL_INTERFACE))
|
|
# error "Incorrect compile definitions"
|
|
#endif
|
|
|
|
void locallib(void)
|
|
{
|
|
}
|