Skip to content

Commit

Permalink
Merge pull request #112 from wx257osn2/fix-yaml-cpp-dir
Browse files Browse the repository at this point in the history
Fix yaml-cpp_dir
  • Loading branch information
ken-matsui committed Feb 16, 2019
2 parents 526b2b9 + 87b7a6f commit bb168e1
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 @@ -105,7 +105,7 @@ build_script:
-DENABLE_STATIC=ON ^
-DBOOST_ROOT=C:\Libraries\boost-1.69.0 ^
-DBOOST_LIBRARYDIR=C:\Libraries\boost-1.69.0\lib ^
-Dyaml-cpp_DIR=C:\Libraries\yaml-cpp\lib\cmake\yaml-cpp &&
-Dyaml-cpp_DIR=C:\Libraries\yaml-cpp\CMake &&
cmake --build . --config %Configuration% &&
cd ..
)
Expand Down

0 comments on commit bb168e1

Please sign in to comment.