From 1f33b0c0c5763152e10d0e13af7cdc914b7d7064 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 5 Jan 2020 14:20:46 +0100 Subject: pkg: only add dependencies when building --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 6fcbf48..ce151dd 100644 --- a/conanfile.py +++ b/conanfile.py @@ -25,7 +25,7 @@ class NewtypeConan(ConanFile): url = "https://github.com/fmorgner/newtype" description = "A library of types and functions to create strong type aliases" generators = "cmake" - requires = ( + build_requires = ( "CUTE/2.2.6@fmorgner/stable", "lyra/1.2.0" ) -- cgit v1.2.3