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 correctlypull/2/head
parent
1e09238bd4
commit
976bf2f684
@ -0,0 +1,6 @@
|
||||
#ifndef CONFIG_LATTE_LIB_H
|
||||
#define CONFIG_LATTE_LIB_H
|
||||
|
||||
#cmakedefine01 ENABLE_MAKE_UNIQUE
|
||||
|
||||
#endif // CONFIG_LATTE_LIB_H
|
Loading…
Reference in New Issue