File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed 
CMake/resolve_dependency_modules/folly 
velox/functions/prestosql Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1414project (Folly)
1515cmake_minimum_required (VERSION  3.28)
1616
17- velox_set_source(fastfloat )
18- velox_resolve_dependency(fastfloat  CONFIG REQUIRED)
17+ velox_set_source(FastFloat )
18+ velox_resolve_dependency(FastFloat  CONFIG REQUIRED)
1919
2020set (VELOX_FOLLY_BUILD_VERSION v2025.04.28.00)
2121set (
Original file line number Diff line number Diff line change @@ -618,6 +618,9 @@ endif()
618618velox_set_source(simdjson)
619619velox_resolve_dependency(simdjson 3.13.0)
620620
621+ velox_set_source(FastFloat)
622+ velox_resolve_dependency(FastFloat)
623+ 
621624velox_set_source(folly)
622625velox_resolve_dependency(folly)
623626
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ velox_link_libraries(
7575  velox_presto_types
7676  velox_functions_util
7777  Folly::folly
78+   FastFloat::fast_float
7879  stemmer::stemmer
7980)
8081
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments