Fix related to #540

This commit is contained in:
Romain Thomas 2021-02-10 19:37:51 +01:00
parent 9790ddfa82
commit b2b7783ec0
2 changed files with 1 additions and 2 deletions

View File

@ -91,7 +91,6 @@ install:
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- python.exe .\setup.py --ninja --lief-test build bdist_wheel --skip-build && exit 0 # Ignore warnings...
- ps: if ($env:PYTHON_VERSION -eq "3.9") { python.exe .\scripts\windows\package_sdk.py }

View File

@ -1,6 +1,6 @@
include("static-release/CPackConfig.cmake")
set(CPACK_INSTALL_CMAKE_PROJECTS ${CPACK_INSTALL_CMAKE_PROJECTS}
static-release LIEF ALL /
shared-release LIEF ALL /
static-release LIEF ALL /
)