mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
976bf2f684
-- 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
7 lines
119 B
CMake
7 lines
119 B
CMake
#ifndef CONFIG_LATTE_LIB_H
|
|
#define CONFIG_LATTE_LIB_H
|
|
|
|
#cmakedefine01 ENABLE_MAKE_UNIQUE
|
|
|
|
#endif // CONFIG_LATTE_LIB_H
|