aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/globjects/CONTROL2
-rw-r--r--ports/globjects/portfile.cmake2
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