diff options
Diffstat (limited to 'devel/embb')
-rw-r--r-- | devel/embb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/embb/Makefile b/devel/embb/Makefile index 42aa2c6e4883..a2f902c19ba3 100644 --- a/devel/embb/Makefile +++ b/devel/embb/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= siemens -USES= cmake:outsource compiler:c++11-lib +USES= cmake compiler:c++11-lib CMAKE_ARGS= -DINSTALL_PREFIX=${PREFIX} \ -DUSE_C11_AND_CXX11:BOOL=true |