1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00
latte-dock/liblattedock/config-latte-lib.h.cmake
Michail Vourlakos 976bf2f684 add ENABLE_MAKE_UNIQUE flag for older gcc versions
-- fix #754
-- make_unique function is not available for gcc<=4.8.x
by enabling this flag in through install script or through
cmake such systems can build latte correctly
2017-11-06 19:03:07 +02:00

7 lines
119 B
CMake

#ifndef CONFIG_LATTE_LIB_H
#define CONFIG_LATTE_LIB_H
#cmakedefine01 ENABLE_MAKE_UNIQUE
#endif // CONFIG_LATTE_LIB_H