File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ vcpkg_configure_cmake(
1818vcpkg_install_cmake()
1919vcpkg_cmake_config_fixup(
2020 PACKAGE_NAME "gap"
21- CONFIG_PATH lib/cmake
21+ CONFIG_PATH lib/cmake/gap
2222)
2323
2424file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
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} "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ vcpkg_configure_cmake(
1414vcpkg_install_cmake()
1515vcpkg_cmake_config_fixup(
1616 PACKAGE_NAME "remill"
17- CONFIG_PATH lib/cmake
17+ CONFIG_PATH lib/cmake/remill
1818)
1919
2020file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
You can’t perform that action at this time.
0 commit comments