File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
vcpkg_from_github (
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO lifting-bits/gap
4
- REF 971ac626e49e5508f6b488661120bd8cacbc0e72
5
- SHA512 fe8422f0d7c695eca4f17b1252bdfa22fa612312dda570754ae3def4acaa61b65ee6ff9eb3de8758b051535164fee6b6f94135dfc061db628b8816d29bb856e4
4
+ REF d053b4f43e0117d618e68b87fc63d775f9ab9bdf
5
+ SHA512 806ed0fb7ca35de3f40eac02b19ccbd00828dd43be8c2abcea8aba9f46d572914ccbcb0c02ecc88eb75b1e20451ca22e15c9de1f09c92a82862abd87b4db90b9
6
6
HEAD_REF main
7
7
)
8
8
9
9
vcpkg_cmake_configure (
10
10
SOURCE_PATH "${SOURCE_PATH} "
11
11
OPTIONS
12
- -DGAP_ENABLE_COROUTINES=OFF
13
- -DENABLE_TESTING=OFF
12
+ -DGAP_ENABLE_COROUTINES=ON
13
+ -DGAP_ENABLE_TESTING=OFF
14
+ -DGAP_ENABLE_EXAMPLES=OFF
14
15
-DGAP_INSTALL=ON
15
16
-DUSE_SYSTEM_DEPENDENCIES=ON
16
17
)
@@ -21,8 +22,7 @@ vcpkg_cmake_config_fixup(
21
22
CONFIG_PATH lib/cmake/gap
22
23
)
23
24
24
- file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
25
- file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/share" )
25
+ file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug" )
26
26
27
27
# we do not populate lib folder yet
28
28
file ( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /lib" )
You can’t perform that action at this time.
0 commit comments