Lines 166-171
BROKEN= USES=gmake is incompatible with cmake's ninja-generator (try cmake:noni
Link Here
|
166 |
. if ! empty(USES:Memacs) |
166 |
. if ! empty(USES:Memacs) |
167 |
BROKEN= USES=emacs is incompatible with cmake's ninja-generator (try cmake:noninja) |
167 |
BROKEN= USES=emacs is incompatible with cmake's ninja-generator (try cmake:noninja) |
168 |
. endif |
168 |
. endif |
|
|
169 |
# USE_CSTD and USE_CXXSTD sanity checks |
170 |
. if defined(USE_CSTD) || defined(USE_CXXSTD) |
171 |
BROKEN= USE_CSTD and USE_CXXSTD are supported natively by CMake, use CMAKE_C_STANDARD and/or CMAKE_CXX_STANDARD accordingly and CMAKE_CXX_EXTENSIONS to toggle C++ (GNU) extensions |
172 |
. endif |
169 |
. include "${USESDIR}/ninja.mk" |
173 |
. include "${USESDIR}/ninja.mk" |
170 |
. endif |
174 |
. endif |
171 |
. endif |
175 |
. endif |