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(
18
18
vcpkg_install_cmake ()
19
19
vcpkg_cmake_config_fixup (
20
20
PACKAGE_NAME "gap"
21
- CONFIG_PATH lib/cmake
21
+ CONFIG_PATH lib/cmake/gap
22
22
)
23
23
24
24
file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
33
33
RENAME copyright
34
34
)
35
35
36
- if ( EXISTS "${CMAKE_CURRENT_LIST_DIR} /${lower_package} _usage" )
36
+ if ( EXISTS "${CMAKE_CURRENT_LIST_DIR} /${lower_package} _usage" )
37
37
file (
38
38
INSTALL "${CMAKE_CURRENT_LIST_DIR} /${lower_package} _usage"
39
39
DESTINATION "${CURRENT_PACKAGES_DIR} /share/${lower_package} "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ vcpkg_configure_cmake(
14
14
vcpkg_install_cmake ()
15
15
vcpkg_cmake_config_fixup (
16
16
PACKAGE_NAME "remill"
17
- CONFIG_PATH lib/cmake
17
+ CONFIG_PATH lib/cmake/remill
18
18
)
19
19
20
20
file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
You can’t perform that action at this time.
0 commit comments