Opened 6 years ago

Closed 5 years ago

#902 closed defect (fixed)

cmake does not build doxygen command

Reported by: cvvergara Owned by: cvvergara
Priority: minor Milestone: 3.8.0
Component: Build/Install (cmake) Version: 3.6.2
Severity: Feature Request Keywords: cnake
Cc: dbaston

Description

the instructions on doc directory

make doxygen-html

does not work on:

  • doc directory
  • build directory

Change History (3)

comment:1 by cvvergara, 6 years ago

Owner: changed from geos-devel@… to cvvergara
Status: assignednew

comment:2 by strk, 5 years ago

Cc: dbaston added
Severity: AnnoyanceFeature Request

I was just hit by this problem, not even make doxygen from root dir works. CMake lovers want to take a look at this ?

comment:3 by Daniel Baston <dbaston@…>, 5 years ago

Resolution: fixed
Status: newclosed

In 140c81a/git:

Add Doxygen "docs" target to CMake build

Must be explicitly enabled using -DBUILD_DOCUMENTATION=YES

Direct all warnings to a log file that can be grepped for specific
errors as part of a CI build.

Fixes #902

Note: See TracTickets for help on using tickets.