Explorar o código

Simplified the enabling the statistics.

Ioannis Koutras %!s(int64=13) %!d(string=hai) anos
pai
achega
4d8296f4e6
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  1. 2 6
      DefineOptions.cmake

+ 2 - 6
DefineOptions.cmake

@@ -139,11 +139,7 @@ elseif(WITH_SPLITTING STREQUAL "variable")
   set(SPLITTING_VARIABLE ON)
 endif(WITH_SPLITTING STREQUAL "fixed")
 
-if(COUNT_ACCESSES)
+if(COUNT_ACCESSES OR COUNT_HOPS)
  set(WITH_STATS ON)
-endif(COUNT_HOPS)
-
-if(COUNT_HOPS)
- set(WITH_STATS ON)
-endif(COUNT_HOPS)
+endif(COUNT_ACCESSES OR COUNT_HOPS)