Skip to content

Commit

Permalink
Replace VirtualRunEnv with VirtualBuildEnv
Browse files Browse the repository at this point in the history
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
  • Loading branch information
System-Arch and SpaceIm authored Jan 11, 2023
1 parent 8fa91ae commit 182c7d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/cmake/3.x.x/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

class TestPackageConan(ConanFile):
settings = "os", "arch", "compiler", "build_type"
generators = "VirtualRunEnv"
generators = "VirtualBuildEnv"
test_type = "explicit"

def build_requirements(self):
self.tool_requires(self.tested_reference_str)
Expand Down

0 comments on commit 182c7d4

Please sign in to comment.