mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
devel/json-c: Don't build unit tests unless requested
Add BUILD_TESTING to CMAKE_OFF to avoid always building unit tests Approved by: portmgr (blanket, build fix)
This commit is contained in:
parent
6467d8510a
commit
ddbaebe2a8
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
USES= cmake:testing compiler:c11 cpe pathfix
|
||||
|
||||
CMAKE_OFF= DISABLE_BSYMBOLIC \
|
||||
CMAKE_OFF= BUILD_TESTING \
|
||||
DISABLE_BSYMBOLIC \
|
||||
DISABLE_JSON_PATCH \
|
||||
DISABLE_JSON_POINTER \
|
||||
DISABLE_STATIC_FPIC \
|
||||
|
|
Loading…
Add table
Reference in a new issue