File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 9595# option on command line. This also assumes you have 32-bit version of 
9696# OpenSSL library ready in -DOPENSSL_ROOT_DIR path. 
9797# 
98+ # Using cmake 4.x on MacOS 
99+ # ======================== 
100+ # According to cmake changelog [1] you may need to add -DCMAKE_OSX_SYSROOT=macosx 
101+ # option to prevent cmake to search for header files in /usr/local/include. 
102+ # You typically need it if openssl library you want to test is installed 
103+ # in non-standard location (for example in ~/openssl.binaries. In that 
104+ # case you want to build tools using commands: 
105+ #	cmake -S . -B build -DOPENSSL_ROOT_DIR=~/openssl.binaries \ 
106+ #		-DCMAKE_OSX_SYSROOT=macosx 
107+ #	cmake --build build 
108+ # 
109+ # [1] https://cmake.org/cmake/help/v4.0/release/4.0.html#other-changes 
110+ # 
98111
99112cmake_minimum_required (VERSION  3.10)
100113project (perf-tools)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments