Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
fb67a2f6
Commit
fb67a2f6
authored
May 08, 2016
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix building source package
parent
d2b65f77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+2
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
.gitignore
View file @
fb67a2f6
...
...
@@ -9,8 +9,9 @@ virtualenv
*.a
*.so*
*.zip
/*.cmake
cmake_install.cmake
CPack*.cmake
fmt-*.cmake
CTestTestfile.cmake
CMakeCache.txt
CMakeFiles
...
...
CMakeLists.txt
View file @
fb67a2f6
...
...
@@ -93,7 +93,7 @@ if (MASTER_PROJECT AND EXISTS ${gitignore})
string
(
REPLACE
"*"
".*"
line
"
${
line
}
"
)
set
(
ignored_files
${
ignored_files
}
"
${
line
}
$"
"
${
line
}
/"
)
endforeach
()
set
(
ignored_files
${
ignored_files
}
${
PROJECT_BINARY_DIR
}
set
(
ignored_files
${
ignored_files
}
/.git /breathe /format-benchmark sphinx/ .buildinfo .doctrees
)
set
(
CPACK_SOURCE_GENERATOR ZIP
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment