Do not build xmltest unconditionally
This commit is contained in:
parent
a057cae184
commit
6350850c13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443976
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LICENSE= ZLIB
|
|||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON
|
||||
CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=OFF
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake dos2unix pathfix
|
||||
|
||||
|
|
Loading…
Reference in a new issue