GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

Building Doxygen no matter what? #181

Closed DrDaleks closed 2 years ago

DrDaleks commented 2 years ago

Hi, Trying to compile TPLs with doxygen disabled (ENABLE_DOXYGEN OFF), but it still tries to configure the "doxygen" step (filling stuff up into doxygen-build),eventually complains that some dependency is outdated (in my case bison, but prolly irrelevant here?), and fails to proceed. Is is just me or is there another flag to change to compile without doxygen altogether? cheers

rrsettgast commented 2 years ago

Hello, To avoid building doxygen, there is a cmake variable GEOSXTPL_ENABLE_DOXYGEN that you need to set to OFF. It is confusing, but the ENABLE_DOXYGEN is for GEOSX itself.

DrDaleks commented 2 years ago

Makes sense, and honestly didn’t see it at first glance. Many thx!