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 df9a68bf72ba3685e47d8aff29a0fed0c5d4bf66..1c5f4359a95072d9fa1b76cb2b66603a1e1d0abd 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)