Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Generate doc with maintainer_mode and make gtnets tests
[simgrid.git] / buildtools / CPACK / src / CMakeOption.txt
1 ### ARGs use -D[var]=[ON/OFF] or [1/0] or [true/false](see after)
2 ### ex: cmake -Ddisable_java=ON -Ddisable_gtnets=ON ./
3
4 if(disable_gtnets)
5         set(gtnets_path "none" CACHE TYPE INTERNAL FORCE)       
6 endif(disable_gtnets)
7
8 if(NOT with_context)
9         set(with_context "auto" CACHE TYPE INTERNAL FORCE)
10 endif(NOT with_context)
11
12 option(init "Set ON for make _*.c with gras_stub_generator" OFF)
13 option(MAINTAINER_MODE "Permit to make flex and flexml files." OFF)
14 option(supernovae "Supernovae mode." OFF)
15 option(disable_java "This variable set the java context." OFF)
16 option(disable_lua "This variable set lua use." OFF)
17 option(enable_compile_warnings "" OFF)
18 option(enable_compile_optimizations "" OFF)
19 option(disable_gtnets "This variable set the gtnets context." OFF)
20 option(disable_ruby "This variable set ruby use." ON)