Skip to content

Commit

Permalink
LMS: use ACE 7.0.1
Browse files Browse the repository at this point in the history
Update conan file to use ACE 7.0.1

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
  • Loading branch information
ausyskin authored and Tomas Winkler committed May 20, 2021
1 parent e4a39ed commit 22ccf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def requirements(self):
self.requires("metee/3.0.1@mesw/stable")
if self.settings.os == "Windows":
self.requires("libxml2/2.9.10@mesw/stable")
self.requires("ACE/6.5.11@mesw/stable")
self.requires("ACE/7.0.1@mesw/stable")
else:
if os.environ.get("LOCAL_ACE", None):
self.requires("ACE/6.5.11@mesw/stable")
self.requires("ACE/7.0.1@mesw/stable")
if self.options.build_tests:
self.requires("gtest/1.10.0@mesw/stable")

0 comments on commit 22ccf06

Please sign in to comment.