Fix the build when libcheck is installed.
The switch to turn the detection off doesn't work, so remove the part from the Makefile. PR: 209060 Reported by: dewayne@heuristicsystems.com.au, w.schwarzenfeld@aon.at, Zhang Huangbin <zhb@iredmail.org>
This commit is contained in:
parent
d2540f6930
commit
14632448b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414388
2 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= wbxml2
|
||||
PORTVERSION= 0.11.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION}
|
||||
DISTNAME= libwbxml-${PORTVERSION}
|
||||
|
|
|
@ -18,3 +18,10 @@
|
|||
IF( ENABLE_INSTALL_DOC )
|
||||
ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/BUGS )
|
||||
ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/ChangeLog )
|
||||
@@ -260,6 +260,3 @@ INCLUDE( CPack )
|
||||
### CTest ########################################
|
||||
|
||||
ADD_SUBDIRECTORY( test/tools )
|
||||
-IF(CHECK_FOUND)
|
||||
- ADD_SUBDIRECTORY( test/api )
|
||||
-ENDIF(CHECK_FOUND)
|
||||
|
|
Loading…
Reference in a new issue