Skip to content

Commit

Permalink
[globjects] Fix incorrect filepath in globjects (#10309)
Browse files Browse the repository at this point in the history
* Fix incorrect filepath in globjects.

* Update CONTROL
  • Loading branch information
acdemiralp authored Mar 10, 2020
1 parent 8e20fa8 commit 83aa96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/globjects/CONTROL
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ports/globjects/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83aa96e

Please sign in to comment.