X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba9a4cfeba4eb00e84cd17603fc9654e81445655..d3154c75960afc4f3fe7e53c835e35f2584ed97a:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c2cd7594ff..914ee76c7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -375,12 +375,6 @@ if(enable_jedule) set(HAVE_JEDULE 1) endif() -if(enable_latency_bound_tracking) - SET(HAVE_LATENCY_BOUND_TRACKING 1) -else() - SET(HAVE_LATENCY_BOUND_TRACKING 0) -endif() - if(enable_mallocators) SET(MALLOCATOR_IS_WANTED 1) else() @@ -740,6 +734,8 @@ else() message(FATAL_ERROR "Could not figure out the stack direction. Test prog returned: ${stack}; CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}.") endif() endif() +# If the test ran well, remove the test binary +execute_process(COMMAND ${CMAKE_COMMAND} -E remove test_stackgrowth) ############### ## System checks