forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* conan-io#7646 add source for newer releases of draco * conan-io#7646 bring some changes in from gcc-11 work * conan-io#7646 make draco build latest version * conan-io#7646 some clean up of conanfile for draco * conan-io#7646 clean up imports in draco test_package/conanfile.py * conan-io#7646 empty commit due to unknown error in ci/cd * conan-io#7646 remove support for draco/1.4.0 and draco/1.4.0 * conan-io#7646 specify the build target correctly on windows.
- Loading branch information
1 parent
8d85b29
commit b05db38
Showing
4 changed files
with
79 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import os | ||
|
||
from conans import ConanFile, CMake, tools | ||
import os | ||
|
||
|
||
class TestPackageConan(ConanFile): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
versions: | ||
"1.4.3": | ||
folder: all | ||
"1.3.6": | ||
folder: all | ||
"1.3.5": | ||
|