Skip to content
Snippets Groups Projects
Commit ff429127 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Restrict nexuscpp dependency to version 3 to avoid using the latest major...

Restrict nexuscpp dependency to version 3 to avoid using the latest major version 4 for Windows 7 MSVC12 due to hdf5 incompatibility
parent 7a246379
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class AIControllerV2Recipe(ConanFile):
def requirements(self):
self.requires("yat4tango/[>=1.0]@soleil/stable")
self.requires("nexuscpp/[>=1.0]@soleil/stable")
self.requires("nexuscpp/[>=3 <4]@soleil/stable")
self.requires("asl/[>=1.0]@soleil/stable")
if self.settings.os == "Linux":
self.requires("crashreporting2/[>=1.0]@soleil/stable")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment