We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e818ea4 + f35e37d commit ec869acCopy full SHA for ec869ac
docs/Makefile
@@ -195,8 +195,8 @@ doxygen:
195
git clone -b $(DOXYGEN_RELEASE) --depth 1 https://github.com/doxygen/doxygen
196
197
doxygen/bin/doxygen: doxygen
198
- (cd $(<); cmake -G "Unix Makefiles" .)
199
- (cd $(<); make)
+ (cd $(<); cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -G "Unix Makefiles" .)
+ (cd $(<); $(MAKE))
200
201
nortd: $(DOXYGENBIN) $(BUILDDIR)
202
ifdef DOXYGEN_CONF
0 commit comments