Skip to content

Commit

Permalink
[gklib] Fix share path case.
Browse files Browse the repository at this point in the history
In microsoft#26020 I forgot to apply @ras0219 's over the shoulder review comment to change the directory name to all lowercase.
  • Loading branch information
BillyONeal committed Aug 4, 2022
1 parent 63d08e9 commit b7fc5bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/gklib/build-fixes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ index 9cd1b4b..a6b629e 100644
+ )
+install(FILES ${GKlib_includes} DESTINATION "include/GKlib")
+install(FILES "win32/adapt.h" DESTINATION "include/GKlib/win32")
+install(EXPORT GKlibTargets FILE "GKlibTargets.cmake" DESTINATION "share/GKlib")
+file(WRITE "${CMAKE_INSTALL_PREFIX}/share/GKlib/GKlibConfig.cmake" [=[
+install(EXPORT GKlibTargets FILE "GKlibTargets.cmake" DESTINATION "share/gklib")
+file(WRITE "${CMAKE_INSTALL_PREFIX}/share/gklib/GKlibConfig.cmake" [=[
+include("${CMAKE_CURRENT_LIST_DIR}/GKlibTargets.cmake")
+]=])
diff --git a/GKlibSystem.cmake b/GKlibSystem.cmake
Expand Down
1 change: 1 addition & 0 deletions ports/gklib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "gklib",
"version-date": "2022-07-27",
"port-version": 1,
"description": "General helper libraries for KarypisLab.",
"homepage": "https://github.com/KarypisLab/GKlib/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@
},
"gklib": {
"baseline": "2022-07-27",
"port-version": 0
"port-version": 1
},
"gl2ps": {
"baseline": "1.4.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gklib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7a0fea91468025b07b953a90eeb9adc1bd878855",
"version-date": "2022-07-27",
"port-version": 1
},
{
"git-tree": "1f3a1ab0a9e1fe871e03b766ea7dbf8b10f54658",
"version-date": "2022-07-27",
Expand Down

0 comments on commit b7fc5bc

Please sign in to comment.