Skip to content

Commit

Permalink
Removing base_path from patches and a useless _cmake member of ImaglC…
Browse files Browse the repository at this point in the history
…onan class
  • Loading branch information
Woazim committed Jun 6, 2023
1 parent 92c000c commit dd115a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions recipes/imagl/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ patches:
- patch_file: "patches/0001-no-unmanaged-conan-0.1.x.patch"
patch_description: "No unmanaged conan: update CMakeLists.txt remove call to conan"
patch_type: conan
base_path: ""
"0.1.1":
- patch_file: "patches/0001-no-unmanaged-conan-0.1.x.patch"
patch_description: "No unmanaged conan: update CMakeLists.txt remove call to conan"
patch_type: conan
base_path: ""
"0.1.2":
- patch_file: "patches/0001-no-unmanaged-conan-0.1.x.patch"
patch_description: "No unmanaged conan: update CMakeLists.txt remove call to conan"
patch_type: conan
base_path: ""
"0.2.1":
- patch_file: "patches/0001-no-unmanaged-conan-0.2.1.patch"
patch_description: "No unmanaged conan: update CMakeLists.txt remove call to conan"
patch_type: conan
base_path: ""
2 changes: 0 additions & 2 deletions recipes/imagl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class ImaglConan(ConanFile):
"with_png": True,
"with_jpeg": True,
}
_cmake = None

@property
def _compilers_minimum_version(self):
Expand Down Expand Up @@ -124,4 +123,3 @@ def package_info(self):
self.cpp_info.libs = ["imaGL{}{}".format(debug_suffix, static_suffix)]
if not self.options.shared:
self.cpp_info.defines = ["IMAGL_STATIC=1"]

0 comments on commit dd115a3

Please sign in to comment.