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:
Florian Smeets 2016-05-01 07:21:56 +00:00
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

View file

@ -3,6 +3,7 @@
PORTNAME= wbxml2
PORTVERSION= 0.11.4
PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION}
DISTNAME= libwbxml-${PORTVERSION}

View file

@ -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)