Merge pull request #9647 from Icinga/Al2Klimov-patch-3

Docs: Windows Dev Environment: TL;DR: disable unity build
This commit is contained in:
Julian Brost 2023-02-01 17:02:51 +01:00 committed by GitHub
commit 0bd972ff0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ cd .\build\
-DBoost_INCLUDE_DIR=C:\local\boost_1_80_0-Win64 `
-DBISON_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe `
-DFLEX_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_flex.exe `
-DICINGA2_WITH_MYSQL=OFF -DICINGA2_WITH_PGSQL=OFF ..
-DICINGA2_WITH_MYSQL=OFF -DICINGA2_WITH_PGSQL=OFF -DICINGA2_UNITY_BUILD=OFF ..
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" .\icinga2.sln
```