X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a9c845da2c148a5e6319c698b0e539ee3351164..c08d2440735566c5901d5448531a47ce2b73e5c2:/tools/cmake/Option.cmake diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index dc14fd0f70..511f861184 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -38,6 +38,9 @@ if(WIN32) option(enable_smpi_MPICH3_testsuite "Whether the test suite form MPICH 3 should be built" off) else() option(enable_smpi "Whether SMPI in included in library." on) + # PAPI does not support windows (they did in 3.7, but not anymore in 5.x) + # See http://icl.cs.utk.edu/papi/custom/index.html?lid=62&slid=96 + option(enable_smpi_papi "Whether SMPI supports PAPI bindings." off) option(enable_smpi_MPICH3_testsuite "Whether the test suite form MPICH 3 should be built" off) endif() option(enable_smpi_ISP_testsuite "Whether the test suite from ISP should be built." off)