Navigation


Changeset 766:734bf3e1487b in freeDiameter for cmake


Ignore:
Timestamp:
Oct 23, 2011, 5:56:55 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Removed the QUIET directive from PKG_CHECK_MODULES since it is not supported for cmake before 2.8.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmake/Modules/FindLibXml2.cmake

    r694 r766  
    2525# in the FIND_PATH() and FIND_LIBRARY() calls
    2626FIND_PACKAGE(PkgConfig)
    27 PKG_CHECK_MODULES(PC_LIBXML QUIET libxml-2.0)
     27PKG_CHECK_MODULES(PC_LIBXML libxml-2.0)
    2828SET(LIBXML2_DEFINITIONS ${PC_LIBXML_CFLAGS_OTHER})
    2929
Note: See TracChangeset for help on using the changeset viewer.