Skip to content

Commit

Permalink
igsc: conan: clean conanfile
Browse files Browse the repository at this point in the history
Rename object to igsc one.
Drop unneeded os reference.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
  • Loading branch information
ausyskin authored and tomasbw committed Jul 24, 2022
1 parent 1971273 commit 48e84a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-2022 Intel Corporation
from conans import ConanFile
import os

class LMSConan(ConanFile):
class IgscConan(ConanFile):
name = "igsc"
generators = "cmake", "cmake_find_package", "visual_studio"
settings = "os"

def requirements(self):
self.requires("metee/3.1.3@mesw/stable")

0 comments on commit 48e84a2

Please sign in to comment.