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
17e0ecae
Commit
17e0ecae
authored
Apr 27, 2015
by
BRAMAS Berenger
Browse files
By default do not compile utils stuff
parent
def3860a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
17e0ecae
...
...
@@ -70,7 +70,8 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
option
(
SCALFMM_USE_MIC_NATIVE
"Set to ON to compile in native mode for MIC"
OFF
)
option
(
SCALFMM_ONLY_DEVEL
"Set to ON to compile Development tools (only scalfmm team)"
ON
)
if
(
SCALFMM_ONLY_DEVEL
)
option
(
SCALFMM_USE_STARPU
"Set to ON to build SCALFMM with StarPU"
OFF
)
option
(
SCALFMM_USE_STARPU
"Set to ON to build SCALFMM with StarPU"
OFF
)
option
(
SCALFMM_BUILD_UTILS
"Set to ON to build utils Tests"
OFF
)
endif
()
if
(
SCALFMM_USE_MPI
)
try_compile
(
COMPILE_INTEL
${
CMAKE_CURRENT_BINARY_DIR
}
...
...
@@ -647,7 +648,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
# Build tools (Internal use) #
##################################################################
# Build - UTILs
if
(
SCALFMM_ONLY_DEVEL
)
if
(
SCALFMM_ONLY_DEVEL
AND SCALFMM_BUILD_UTILS
)
add_subdirectory
(
Utils
)
endif
()
...
...
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