[globjects] Fix incorrect filepath in globjects (#10309)

* Fix incorrect filepath in globjects.

* Update CONTROL
This commit is contained in:
Ali Can Demiralp 2020-03-10 23:57:07 +01:00 committed by GitHub
parent 8e20fa8057
commit 83aa96e446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Source: globjects
Version: 1.1.0-2
Version: 1.1.0-3
Build-Depends: glbinding, glm
Description: C++ library strictly wrapping OpenGL objects.
Homepage: https://github.com/cginternals/globjects

View File

@ -28,7 +28,7 @@ file(WRITE ${CURRENT_PACKAGES_DIR}/share/globjects/globjects-config.cmake "inclu
find_dependency(glm)
find_dependency(glbinding)
include(\${CMAKE_CURRENT_LIST_DIR}/cmake/globjects/globjects-export.cmake)
include(\${CMAKE_CURRENT_LIST_DIR}/globjects-export.cmake)
")
# Handle copyright