Skip to content

Commit 59771a8

Browse files
committed
ports: Fix config install paths.
1 parent fd5e094 commit 59771a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/gap/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vcpkg_configure_cmake(
1818
vcpkg_install_cmake()
1919
vcpkg_cmake_config_fixup(
2020
PACKAGE_NAME "gap"
21-
CONFIG_PATH lib/cmake
21+
CONFIG_PATH lib/cmake/gap
2222
)
2323

2424
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
@@ -33,7 +33,7 @@ file(
3333
RENAME copyright
3434
)
3535

36-
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/${lower_package}_usage")
36+
if ( EXISTS "${CMAKE_CURRENT_LIST_DIR}/${lower_package}_usage" )
3737
file(
3838
INSTALL "${CMAKE_CURRENT_LIST_DIR}/${lower_package}_usage"
3939
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${lower_package}"

ports/remill/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vcpkg_configure_cmake(
1414
vcpkg_install_cmake()
1515
vcpkg_cmake_config_fixup(
1616
PACKAGE_NAME "remill"
17-
CONFIG_PATH lib/cmake
17+
CONFIG_PATH lib/cmake/remill
1818
)
1919

2020
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )

0 commit comments

Comments
 (0)