Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Nov 18, 2024
1 parent 7afee93 commit 2b0ae7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Recipe(ConanFile):
"fPIC": True,
"with_test_deps": False,
}
exports = "LICENSE_A", "LICENSE_MIT"
exports = "LICENSE-APACHE", "LICENSE-MIT"
exports_sources = "src/*", "CMakeLists.txt", "cmake/*"
generators = "CMakeDeps", "CMakeToolchain"

Expand Down

0 comments on commit 2b0ae7a

Please sign in to comment.