Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add option enable smpi which is on by default.
[simgrid.git] / buildtools / Cmake / src / CMakeOption.txt
index df9a68b..1c5f435 100644 (file)
@@ -10,6 +10,7 @@ if(NOT with_context)
        set(with_context "auto" CACHE TYPE INTERNAL FORCE)
 endif(NOT with_context)
 
+option(enable_smpi "This variable set smpi lib." on)
 option(enable_gtnets "This variable set the gtnets context." on)
 option(enable_java "This variable set the java context." off)
 option(enable_lua "This variable set lua use." on)