When building the PACKAGE project we don't need to specify a target.

This commit is contained in:
Sadie Powell 2023-04-27 10:42:37 +01:00
parent 0506da775a
commit 222a2d8bb8

View File

@ -1,4 +1,4 @@
cd $PSScriptRoot/build
conan install --build=missing ..
cmake .. -A x64 -D CMAKE_BUILD_TYPE=Release
msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /T:PACKAGE /VERBOSITY:MINIMAL
msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /VERBOSITY:MINIMAL