Skip to content
Snippets Groups Projects
Commit 51d8f00f authored by Pierrick Koch's avatar Pierrick Koch
Browse files

[wip/gladys] depend g++>=4.6

NOTE: don't forget to put a space between "g++" and "=".
Otherwise make interprets "+=".
parent 12f77cfe
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
DEPEND_ABI.boost-libs=boost-libs>=1.46.1
DEPEND_ABI.boost-headers=boost-headers>=1.46.1
DEPEND_ABI.g++ = g++>=4.6
DEPEND_ABI.clang = clang>=3.0
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment