X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ffe35f14793ff11fe9f1c4f7e78f6596ebfcc6e6..f9d7b35c174d52377ef297f786129e0340ae0778:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c2ac8ea73..ae5f9c6df8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -638,9 +638,6 @@ if(HAVE_PTHREAD) message("-- Support for thread context factory") endif() -# Temp hack to disable context: -set(HAVE_RAWCTX 0) - ############### ## GIT version check ## @@ -1183,7 +1180,7 @@ else() find_program(WGET_PROGRAM NAMES wget) message(STATUS "wget: ${WGET_PROGRAM}") if(WGET_PROGRAM) - ADD_CUSTOM_TARGET(simgrid_documentation + ADD_CUSTOM_TARGET(documentation COMMENT "Downloading the SimGrid documentation..." COMMAND ${WGET_PROGRAM} -r -np -nH -nd http://simgrid.gforge.inria.fr/simgrid/${release_version}/doc/ WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY}/doc/html