File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ vcpkg_find_acquire_program(PYTHON3)
1313get_filename_component (PYTHON3_DIR "${PYTHON3} " DIRECTORY )
1414vcpkg_add_to_path("${PYTHON3_DIR} " )
1515
16- vcpkg_check_features(
17- OUT_FEATURE_OPTIONS FEATURE_OPTIONS
18- INVERTED_FEATURES
19- tools SPIRV_SKIP_EXECUTABLES
20- )
21-
2216vcpkg_cmake_configure(
2317 SOURCE_PATH "${SOURCE_PATH} "
2418 OPTIONS
@@ -28,7 +22,6 @@ vcpkg_cmake_configure(
2822 -DSPIRV_TOOLS_BUILD_STATIC=ON
2923 -DSPIRV_WERROR=OFF
3024 OPTIONS_DEBUG
31- -DSPIRV_SKIP_EXECUTABLES=ON
3225)
3326
3427vcpkg_cmake_install()
@@ -50,7 +43,7 @@ if("tools" IN_LIST FEATURES)
5043 vcpkg_copy_tools(TOOL_NAMES ${tools} AUTO_CLEAN)
5144endif ()
5245
53- file (REMOVE_RECURSE
46+ file (REMOVE_RECURSE
5447 "${CURRENT_PACKAGES_DIR} /debug/include"
5548 "${CURRENT_PACKAGES_DIR} /debug/share"
5649)
You can’t perform that action at this time.
0 commit comments