Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
17c67c4b
Commit
17c67c4b
authored
Mar 14, 2016
by
Dave Moxey
Browse files
Fix Windows compilation errors
parent
6f5c3bde
Changes
2
Hide whitespace changes
Inline
Side-by-side
library/NekMeshUtils/CMakeLists.txt
View file @
17c67c4b
...
...
@@ -78,7 +78,7 @@ ADD_DEFINITIONS(-DNEKMESHUTILS_EXPORTS)
ADD_NEKTAR_LIBRARY
(
NekMeshUtils lib
${
NEKTAR_LIBRARY_TYPE
}
${
NEKMESHUTILS_SOURCES
}
${
NEKMESHUTILS_HEADERS
}
)
TARGET_LINK_LIBRARIES
(
NekMeshUtils LINK_PUBLIC
SpatialDomai
ns
)
TARGET_LINK_LIBRARIES
(
NekMeshUtils LINK_PUBLIC
LocalRegio
ns
)
IF
(
NEKTAR_USE_MESHGEN
)
TARGET_LINK_LIBRARIES
(
NekMeshUtils LINK_PRIVATE
${
TRIANGLE_LIBRARY
}
)
...
...
utilities/MeshConvert.cpp
View file @
17c67c4b
...
...
@@ -34,6 +34,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include <string>
std
::
string
errMsg
=
"MeshConvert
\n
"
...
...
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