[nostalgia] Remove Conan jsoncpp package
This commit is contained in:
parent
5a4b539ac1
commit
1b49962a8e
@ -2,7 +2,7 @@ from conans import ConanFile, CMake
|
|||||||
|
|
||||||
class NostalgiaConan(ConanFile):
|
class NostalgiaConan(ConanFile):
|
||||||
settings = 'os', 'compiler', 'build_type', 'arch'
|
settings = 'os', 'compiler', 'build_type', 'arch'
|
||||||
requires = 'jsoncpp/1.9.4', 'imgui/1.86'
|
requires = 'imgui/1.86'
|
||||||
generators = 'cmake', 'cmake_find_package', 'cmake_paths'
|
generators = 'cmake', 'cmake_find_package', 'cmake_paths'
|
||||||
default_options = {
|
default_options = {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user