Skip to content

Commit

Permalink
appveyor: defining CMAKE_INSTALL_PREFIX in the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 9, 2020
1 parent d5ec6ee commit 5654887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -67,7 +67,7 @@ before_build:
- 'cd %APPVEYOR_BUILD_FOLDER%'
- echo %PLATFORM%
- echo.%cmake_args%
- cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -G "Visual Studio 16 2019" -A %PLATFORM%
- cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -G "Visual Studio 16 2019" -A %PLATFORM%

build:
project: '%APPVEYOR_BUILD_FOLDER%\build\INSTALL.vcxproj'
Expand Down

0 comments on commit 5654887

Please sign in to comment.