Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
ee4ea74b
Commit
ee4ea74b
authored
Oct 13, 2016
by
Praetorius, Simon
Browse files
some minor error corrected in master
parent
083a5c96
Changes
2
Show whitespace changes
Inline
Side-by-side
AMDiS/CMakeLists.txt
View file @
ee4ea74b
...
...
@@ -2,7 +2,7 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0)
cmake_minimum_required
(
VERSION 2.8 FATAL_ERROR
)
project
(
AMDiS
)
if
(
USE_NEW_CMAKE AND
${
CMAKE_VERSION
}
VERSION_GREATER
"3.
0
"
)
if
(
USE_NEW_CMAKE AND
${
CMAKE_VERSION
}
VERSION_GREATER
"3.
2
"
)
# Experimental implementation of new CMakeLists.txt
# Can be selected by calling cmake -DUSE_NEW_CMAKE=ON .
# Use only if you know what you are doing :-)
...
...
AMDiS/src/expressions/valueOf.hpp
View file @
ee4ea74b
...
...
@@ -31,6 +31,7 @@
#include
"traits/category.hpp"
#include
"traits/at.hpp"
#include
"traits/resize.hpp"
#include
<boost/static_assert.hpp>
#include
<boost/mpl/bool.hpp>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment