Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
51017c7f
Commit
51017c7f
authored
Jun 19, 2018
by
Jan Möbius
Browse files
Typo
parent
bc3acd84
Pipeline
#7231
canceled with stage
in 4 minutes and 4 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
51017c7f
...
...
@@ -15,7 +15,7 @@ set (CMAKE_DEBUG_POSTFIX "d")
# Enable bigobj on MSVC Windows debug mode
if
(
MSVC
)
add_compile_options
(
"$<IF:$<CXX_COMPILER_ID:MSVC>,$<$<CONFIG:DEBUG>:/bigobj>
>
,>"
)
add_compile_options
(
"$<IF:$<CXX_COMPILER_ID:MSVC>,$<$<CONFIG:DEBUG>:/bigobj>,>"
)
endif
()
...
...
documentation/Doxyfile
deleted
100644 → 0
View file @
bc3acd84
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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