My tclap.cmake looks like this:

*
set(TCLAP_PACKAGE_VERSION 1.2)
set(TCLAP_OPTIONAL ON)
set(TCLAP_DEB_DEPENDS doxygen)

find_package(Doxygen QUIET)
if(DOXYGEN_FOUND) # build depends on doxygen
  set(TCLAP_REPO_URL https://github.com/BlueBrain/tclap.git)
  set(TCLAP_REPO_TAG bbp)
  set(TCLAP_AUTOCONF ON)
  set(TCLAP_CONFIGURE_FLAGS "--enable-doxygen")
endif()
*

I've pulled the latest Buildyard from the github repo...



--
View this message in context: 
http://software.1713.n2.nabble.com/Building-on-OSX-10-9-with-XCode-5-tp7584315p7584327.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to