Skip to content

Commit

Permalink
Merge pull request conan-io#6 from danimtb/c3i_hook
Browse files Browse the repository at this point in the history
Skip CMAKE MODULES/PC-FILES for cmake recipe
  • Loading branch information
lasote authored May 20, 2019
2 parents ec3a770 + d763789 commit 9c115a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/conan-center.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ def test(out):

@run_test("CMAKE MODULES/PC-FILES", output)
def test(out):
if conanfile.name == "cmake":
return
bad_files = _get_files_following_patterns(conanfile.package_folder, ["*Config.cmake",
"*Targets.cmake",
"Find*.cmake",
Expand Down

0 comments on commit 9c115a4

Please sign in to comment.