From 2f36000a4d9f050666af1df6e173a472ba0315e8 Mon Sep 17 00:00:00 2001 From: dimitri Date: Tue, 25 Jul 2017 06:15:31 +0200 Subject: [PATCH] Only exporting glm directory to export_source. --- util/conan-package/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/conan-package/conanfile.py b/util/conan-package/conanfile.py index 777adc35..d89db047 100644 --- a/util/conan-package/conanfile.py +++ b/util/conan-package/conanfile.py @@ -8,7 +8,7 @@ class GlmConan(ConanFile): url="https://github.com/g-truc/glm" description="OpenGL Mathematics (GLM)" license = "https://github.com/g-truc/glm/blob/manual/copying.txt" - exports_sources = ["FindGLM.cmake", os.sep.join(["..", "..", "*"])] + exports_sources = ["FindGLM.cmake", os.sep.join(["..", "..", "glm*"])] exports = "lib_licenses/*" def build(self):