Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
amfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Dechamps Paul
amfe
Compare revisions
23f7e4edabc69a7de87be13938ec08ade007a6f4 to 4cb67dc3181c10115a6fd7798301378a7c3b9d4e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Paul.Dechamps/amfe
Select target project
No results found
4cb67dc3181c10115a6fd7798301378a7c3b9d4e
Select Git revision
Swap
Target
am-dept/amfe
Select target project
am-dept/amfe
Paul.Dechamps/amfe
2 results
23f7e4edabc69a7de87be13938ec08ade007a6f4
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Disable target dox when defined by external project
· 4cb67dc3
acrovato
authored
3 years ago
4cb67dc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
View file @
4cb67dc3
...
...
@@ -94,7 +94,7 @@ ENDIF()
# -- Doxygen (https://vicrucann.github.io/tutorials/quick-cmake-doxygen/)
FIND_PACKAGE
(
Doxygen
)
# check if Doxygen is installed
IF
(
DOXYGEN_FOUND
)
IF
(
DOXYGEN_FOUND
AND NOT TARGET dox
)
# set input and output files
SET
(
DOXYGEN_IN
${
PROJECT_SOURCE_DIR
}
/Doxyfile.in
)
SET
(
DOXYGEN_OUT
${
PROJECT_BINARY_DIR
}
/Doxyfile
)
...
...
This diff is collapsed.
Click to expand it.