8f3879e Fix ambiguous file lookup in cmake.prov

Authored and Committed by Rex Dieter 7 years ago
    Fix ambiguous file lookup in cmake.prov
    
    Don't use glob to lookup cmake config file, because there can
    be multiple matches and we might accidentally pick the wrong one.
    Instead just work with the filepath passed to us via stdin.
    
        
file modified
+7 -14
file modified
+4 -1