appveyor: Remove DYNARMIC_USE_SYSTEM_BOOST option

We no longer use this as a cmake option.
This commit is contained in:
MerryMage 2020-04-05 23:03:45 +01:00
parent 09d3c77d74
commit 53e23efcef

View file

@ -21,7 +21,7 @@ install:
before_build:
- mkdir build
- cd build
- cmake .. -G "%cmake_generator%" -DDYNARMIC_USE_SYSTEM_BOOST=0 -DBoost_INCLUDE_DIRS=%cd%/../externals/boost
- cmake .. -G "%cmake_generator%" -DBoost_INCLUDE_DIRS=%cd%/../externals/boost
- cd ..
build: