File tree 4 files changed +16
-9
lines changed 4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ vcpkg_from_github(
6
6
HEAD_REF main
7
7
)
8
8
9
- vcpkg_configure_cmake (
9
+ vcpkg_cmake_configure (
10
10
SOURCE_PATH "${SOURCE_PATH} "
11
- PREFER_NINJA
12
11
OPTIONS
13
12
-DGAP_ENABLE_COROUTINES=OFF
14
13
-DENABLE_TESTING=OFF
15
14
-DGAP_INSTALL=ON
15
+ -DUSE_SYSTEM_DEPENDENCIES=ON
16
16
)
17
17
18
- vcpkg_install_cmake ()
18
+ vcpkg_cmake_install ()
19
19
vcpkg_cmake_config_fixup(
20
20
PACKAGE_NAME "gap"
21
21
CONFIG_PATH lib/cmake/gap
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gap" ,
3
3
"version" : " 0.0.0" ,
4
- "port-version" : 1 ,
5
4
"description" : " A utility library to bridge llvm and mlir gaps" ,
6
5
"homepage" : " https://github.com/lifting-bits/gap" ,
7
- "license" : " MIT " ,
6
+ "license" : " Apache-2.0 " ,
8
7
"dependencies" : [
8
+ {
9
+ "name" : " vcpkg-cmake" ,
10
+ "host" : true
11
+ },
9
12
{
10
13
"name" : " vcpkg-cmake-config" ,
11
14
"host" : true
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ vcpkg_from_github(
6
6
HEAD_REF vcpkg-manifest
7
7
)
8
8
9
- vcpkg_configure_cmake (
9
+ vcpkg_cmake_configure (
10
10
SOURCE_PATH "${SOURCE_PATH} "
11
- PREFER_NINJA
11
+ OPTIONS
12
+ -DUSE_SYSTEM_DEPENDENCIES=ON
12
13
)
13
14
14
- vcpkg_install_cmake ()
15
+ vcpkg_cmake_install ()
15
16
vcpkg_cmake_config_fixup(
16
17
PACKAGE_NAME "remill"
17
18
CONFIG_PATH lib/cmake/remill
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remill" ,
3
3
"version" : " 5.0.2" ,
4
- "port-version" : 1 ,
5
4
"description" : " A static binary translator." ,
6
5
"homepage" : " https://github.com/lifting-bits/remill" ,
7
6
"license" : " Apache-2.0" ,
8
7
"dependencies" : [
8
+ {
9
+ "name" : " vcpkg-cmake" ,
10
+ "host" : true
11
+ },
9
12
{
10
13
"name" : " vcpkg-cmake-config" ,
11
14
"host" : true
You can’t perform that action at this time.
0 commit comments