diff options
| author | Ali Can Demiralp <demiralpali@gmail.com> | 2020-03-10 23:57:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-10 15:57:07 -0700 |
| commit | 83aa96e446c3094486cf480dc83d9d3a7a9989fe (patch) | |
| tree | 48a163f219209e6a7c5656e56c3713c793d7ea58 | |
| parent | 8e20fa80574539171f0aa3084801f63fa86755d2 (diff) | |
| download | vcpkg-83aa96e446c3094486cf480dc83d9d3a7a9989fe.tar.gz vcpkg-83aa96e446c3094486cf480dc83d9d3a7a9989fe.zip | |
[globjects] Fix incorrect filepath in globjects (#10309)
* Fix incorrect filepath in globjects.
* Update CONTROL
| -rw-r--r-- | ports/globjects/CONTROL | 2 | ||||
| -rw-r--r-- | ports/globjects/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/globjects/CONTROL b/ports/globjects/CONTROL index 0de66a3b2..64664a9a1 100644 --- a/ports/globjects/CONTROL +++ b/ports/globjects/CONTROL @@ -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 diff --git a/ports/globjects/portfile.cmake b/ports/globjects/portfile.cmake index 524014a8b..157557438 100644 --- a/ports/globjects/portfile.cmake +++ b/ports/globjects/portfile.cmake @@ -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 |
