Skip to content

Commit

Permalink
Fixing boost
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkit committed Sep 8, 2021
1 parent 32366e0 commit 9411b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build_script:
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DBOOST_ROOT=C:\Libraries\boost_1_71_0 -A Win32 -DBoost_INCLUDE_DIR=C:\Libraries\boost_1_71_0
cmake ../ -DCMAKE_BUILD_TYPE=Release -DBOOST_ROOT=C:\Libraries\boost_1_73_0 -A Win32
cmake --build ../build --config Release --target compres_neon_html
Expand Down

0 comments on commit 9411b30

Please sign in to comment.