From 53e23efcef40d9206ad084448f1554136298524b Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 5 Apr 2020 23:03:45 +0100 Subject: [PATCH] appveyor: Remove DYNARMIC_USE_SYSTEM_BOOST option We no longer use this as a cmake option. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d2d7263b..141b4a2c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: