Hi,

When building release-3.2 I'm greeted by a stream of warnings from CMake first, 
like these:

....
-- Configuring done                                                             
                                    
CMake Warning (dev) in CMakeLists.txt:                                          
                                    
Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.     
                                  
Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy     
                                  
command to set the policy and suppress this warning.                            
                                  

For compatibility, CMake is excluding the GENERATED source file(s):             
                                  

"..../master-3.2/build/tshark-tap-register.c"                                   
            

from processing by AUTOMOC and AUTOUIC.
....


It seems that MR 3140 
https://gitlab.com/wireshark/wireshark/-/merge_requests/3140 was introduced for 
to quell that stream in release-3.4. What could be the reason this is not 
applicable to master-3.2 too? Minimum supported Qt version, or CMake version 
which cannot handle this? I'm not familiar enough with these subjects to know 
what constraints there are, so don't want to mess things up with a MR just yet.

Thanks,
Jaap
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to