Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
14f57436
Commit
14f57436
authored
Sep 06, 2012
by
BRAMAS Berenger
Browse files
Compile with double precision by default
parent
c9145fbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
14f57436
...
...
@@ -30,7 +30,7 @@ OPTION( SCALFMM_BUILD_TESTS "Set to ON to build fonctionnalities Tests" ON )
OPTION
(
SCALFMM_BUILD_UTESTS
"Set to ON to build UTests"
ON
)
OPTION
(
SCALFMM_BUILD_DEBUG
"Set to ON to build in Debug"
OFF
)
OPTION
(
SCALFMM_USE_MEM_STATS
"Set to ON to profile memory"
OFF
)
OPTION
(
SCALFMM_USE_DOUBLE_PRECISION
"Set to ON to compile in double precision"
O
FF
)
OPTION
(
SCALFMM_USE_DOUBLE_PRECISION
"Set to ON to compile in double precision"
O
N
)
OPTION
(
SCALFMM_ATTACHE_SOURCE
"Set to ON to compile with -g"
OFF
)
...
...
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