Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sfx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
inmcm-mirror
sfx
Commits
b5be41e8
Commit
b5be41e8
authored
3 weeks ago
by
Debolskiy Andrey
Browse files
Options
Downloads
Patches
Plain Diff
fixed erronious copy for library and doxygen config
parent
d0c77118
No related branches found
No related tags found
No related merge requests found
Pipeline
#1759
failed
3 weeks ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
doxygen/config
+2
-2
2 additions, 2 deletions
doxygen/config
with
4 additions
and
4 deletions
CMakeLists.txt
+
2
−
2
View file @
b5be41e8
...
...
@@ -260,10 +260,10 @@ endif()
add_custom_command
(
TARGET sfx POST_BUILD
COMMAND
${
CMAKE_COMMAND
}
-E copy_directory
${
CMAKE_SOURCE_DIR
}
/data
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/data
${
CMAKE_CURRENT_BINARY_DIR
}
/data
)
add_custom_command
(
TARGET sfx POST_BUILD
COMMAND
${
CMAKE_COMMAND
}
-E copy_directory
${
CMAKE_SOURCE_DIR
}
/config-ex
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/config-ex
${
CMAKE_CURRENT_BINARY_DIR
}
/config-ex
)
This diff is collapsed.
Click to expand it.
doxygen/config
+
2
−
2
View file @
b5be41e8
...
...
@@ -950,7 +950,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = ../srcC ../includeCXX ../srcCXX ../includeCU ../srcCU ../includeF ../srcF
INPUT+=../README.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
...
...
@@ -1169,7 +1169,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE =
USE_MDFILE_AS_MAINPAGE =
../README.md
# The Fortran standard specifies that for fixed formatted Fortran code all
# characters from position 72 are to be considered as comment. A common
...
...
This diff is collapsed.
Click to expand it.
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