Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
3b485b97
Commit
3b485b97
authored
9 years ago
by
Steffen Müthing
Browse files
Options
Downloads
Patches
Plain Diff
[cmake][bugfix] Really purge Doxylocal from build system if it wasn't found
This fixes the incomplete MR !61.
parent
4b1fb7c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/modules/DuneDoxygen.cmake
+1
-1
1 addition, 1 deletion
cmake/modules/DuneDoxygen.cmake
with
1 addition
and
1 deletion
cmake/modules/DuneDoxygen.cmake
+
1
−
1
View file @
3b485b97
...
...
@@ -54,7 +54,7 @@ MACRO (prepare_doxyfile)
COMMENT
"Creating Doxyfile.in"
DEPENDS
${
DOXYSTYLE_FILE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/Doxylocal
)
else
()
set
(
make_doxyfile_command
${
CMAKE_COMMAND
}
-D DOT_TRUE=
${
DOT_TRUE
}
-D DUNEWEB_TRUE=\
# -D ProjectName=${ProjectName} -D DUNE_MOD_VERSION=${DUNE_MOD_VERSION} -D DOXYSTYLE=${DOXYSTYLE_FILE}
-D DOXYLOCAL=${CMAKE_CURRENT_SOURCE_DIR}/Doxylocal
-D abs_top_srcdir=${CMAKE_SOURCE_DIR} -D top_srcdir=${CMAKE_SOURCE_DIR} -P ${SCRIPT_DIR}/CreateDoxyFile.cmake)
set
(
make_doxyfile_command
${
CMAKE_COMMAND
}
-D DOT_TRUE=
${
DOT_TRUE
}
-D DUNEWEB_TRUE=\
# -D ProjectName=${ProjectName} -D DUNE_MOD_VERSION=${DUNE_MOD_VERSION} -D DOXYSTYLE=${DOXYSTYLE_FILE} -D abs_top_srcdir=${CMAKE_SOURCE_DIR} -D top_srcdir=${CMAKE_SOURCE_DIR} -P ${SCRIPT_DIR}/CreateDoxyFile.cmake)
add_custom_command
(
OUTPUT Doxyfile.in Doxyfile
COMMAND
${
make_doxyfile_command
}
COMMENT
"Creating Doxyfile.in"
...
...
This diff is collapsed.
Click to expand it.
Steffen Müthing
@smuething
mentioned in issue
#17 (closed)
·
9 years ago
mentioned in issue
#17 (closed)
mentioned in issue #17
Toggle commit list
Steffen Müthing
@smuething
mentioned in commit
0a2e1bd9
·
9 years ago
mentioned in commit
0a2e1bd9
mentioned in commit 0a2e1bd942b36fbf05fc259c690d8b37b94d5aba
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment