X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58dd623939673edda1e9cd60659852ebcca65374..fc727903530d55d5d3f903a8213c7cb8a3273c7a:/buildtools/Cmake/Pipol.cmake diff --git a/buildtools/Cmake/Pipol.cmake b/buildtools/Cmake/Pipol.cmake index c56c23be7c..b01c5748d8 100644 --- a/buildtools/Cmake/Pipol.cmake +++ b/buildtools/Cmake/Pipol.cmake @@ -20,18 +20,10 @@ IF(pipol_user) set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_smpi=on") endif(enable_smpi) - if(enable_java) - set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_java=on") - endif(enable_java) - if(enable_lua) set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_lua=on") endif(enable_lua) - if(enable_ruby) - set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_ruby=on") - endif(enable_ruby) - if(enable_compile_optimizations) set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_compile_optimizations=on") endif(enable_compile_optimizations) @@ -65,7 +57,7 @@ IF(pipol_user) MESSAGE(STATUS "Pipol user is ${pipol_user}") IF(HAVE_SSH) - message("-- Found ssh: ${HAVE_SSH}") + message(STATUS "Found ssh: ${HAVE_SSH}") # get pipol systems EXECUTE_PROCESS(COMMAND ssh ${pipol_user}@pipol.inria.fr pipol-sub --query=systems @@ -90,7 +82,7 @@ IF(pipol_user) ) IF(HAVE_RSYNC) - message("-- Found rsync: ${HAVE_RSYNC}") + message(STATUS "Found rsync: ${HAVE_RSYNC}") MACRO(PIPOL_TARGET SYSTEM_PATTERN) STRING(REPLACE ".dd.gz" "" SYSTEM_TARGET ${SYSTEM_PATTERN}) @@ -168,6 +160,6 @@ ADD_CUSTOM_TARGET(pipol_kill_all_jobs COMMAND ./pipol-sub --pipol-user=${pipol_user} deleteallmyjobs ) -message("-- Pipol options: ${CMAKE_OPTIONS}") +message(STATUS "Pipol options: ${CMAKE_OPTIONS}") ENDIF(pipol_user) \ No newline at end of file