We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbb750 commit e201979Copy full SHA for e201979
ports/gap/portfile.cmake
@@ -24,6 +24,9 @@ vcpkg_cmake_config_fixup(
24
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
25
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" )
26
27
+# we do not populate lib folder yet
28
+file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" )
29
+
30
file(
31
INSTALL "${SOURCE_PATH}/LICENSE"
32
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
0 commit comments