A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unused variable.
[simgrid.git]
/
CMakeLists.txt
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
c374955
..
d2a9568
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-393,7
+393,6
@@
endif()
if(enable_smpi)
SET(HAVE_SMPI 1)
if("${CMAKE_SYSTEM}" MATCHES "Darwin|FreeBSD|Linux")
- SET(USE_LIBUTIL 0)
SET(HAVE_PRIVATIZATION 1)
else()
message (STATUS "Warning: no support for SMPI automatic privatization on this platform")