Skip to content
Snippets Groups Projects
Commit eec28523 authored by pmendez's avatar pmendez
Browse files

removing doxygen dependency with libiconv

git-svn-id: svn+ssh://svn.cern.ch/reps/lcgsoft/trunk/lcgcmake@7366 4525493e-7705-40b1-a816-d608a930855b
parent f28d7ab5
No related branches found
No related tags found
No related merge requests found
......@@ -633,21 +633,13 @@ LCGPackage_Add(
BUILD_COMMAND make
BUILD_IN_SOURCE 1
)
#---libiconv----------------------------------------------------------------------------------------------
LCGPackage_Add(
libiconv
URL http://service-spi.web.cern.ch/service-spi/external/tarFiles/libiconv-${libiconv_native_version}.tar.gz
CONFIGURE_COMMAND ./configure --prefix <INSTALL_DIR>
BUILD_IN_SOURCE 1
)
#---doxygen----------------------------------------------------------------------------------------------
LCGPackage_Add(
doxygen
URL http://service-spi.web.cern.ch/service-spi/external/tarFiles/doxygen-${doxygen_native_version}.src.tar.gz
CONFIGURE_COMMAND ./configure --dot ${graphviz_home}/bin/dot --prefix <INSTALL_DIR>
BUILD_IN_SOURCE 1
DEPENDS graphviz libiconv
DEPENDS graphviz
)
#---expat------------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment