b6615f9 Fix build with recent cmake

Authored and Committed by oholy 2 years ago
1 file changed. 1 lines added. 1 lines removed.
    Fix build with recent cmake
    
    The extra dot after the %cmake macro causes build failure with the
    recent cmake versions. Although this is regression on cmake side, it
    looks safe to remove that dot as workaround, because the macro uses
    "-S ." already.
    
    Related: https://bugzilla.redhat.com/show_bug.cgi?id=2057738
    
        
file modified
+1 -1