From 12c5339295644c71052baaa28d589f1fd2717b0e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Apr 2020 03:55:52 -0500 Subject: [PATCH] [nostalgia] Update JsonCpp in conanfile --- conanfile.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 080cfadc..46758c25 100644 --- a/conanfile.py +++ b/conanfile.py @@ -2,8 +2,11 @@ from conans import ConanFile, CMake class NostalgiaConan(ConanFile): settings = "os", "compiler", "build_type", "arch" - requires = "jsoncpp/1.9.0@theirix/stable", "sdl2/2.0.10@bincrafters/stable"#, "qt/5.14.0@bincrafters/stable" # comma-separated list of requirements + requires = "jsoncpp/1.9.2", "sdl2/2.0.10@bincrafters/stable", "qt/5.14.1@bincrafters/stable" # comma-separated list of requirements generators = "cmake", "cmake_find_package", "cmake_paths" + #default_options = { + # "sdl2:nas": False + #} def requirements(self): pass