From b2b7783ec0e677d6a6e2f966f90e724e6fe27422 Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Wed, 10 Feb 2021 19:37:51 +0100 Subject: [PATCH] Fix related to #540 --- .appveyor.yml | 1 - cmake/cpack.config.cmake | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 977c05c..b1c55e0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 } diff --git a/cmake/cpack.config.cmake b/cmake/cpack.config.cmake index 7d6646a..f34f043 100644 --- a/cmake/cpack.config.cmake +++ b/cmake/cpack.config.cmake @@ -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 / )