Skip to content

Commit db93f33

Browse files
committed
tooling: Remove export of VERSION file
1 parent 149938c commit db93f33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conanfile.py

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ class Cloe(ConanFile):
2323
}
2424
generators = "cmake"
2525
no_copy_source = False
26-
exports_sources = [
27-
"VERSION",
28-
]
2926

3027
_cmake = None
3128

0 commit comments

Comments
 (0)