2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Set CMAKE_PREFIX_PATH on Appveyor

This commit is contained in:
Peter Dimov
2019-12-30 20:26:04 +02:00
parent 52cd85d314
commit 3afc566490

View File

@@ -68,7 +68,7 @@ test_script:
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake --build . --target install --config Release
- if NOT "%TEST_BOOST_INSTALL%" == "" cd ../tools/cmake/test/%LIB%
- if NOT "%TEST_BOOST_INSTALL%" == "" mkdir __build__ && cd __build__
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake ..
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake -DCMAKE_PREFIX_PATH=C:/Boost ..
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake --build . --target check --config Debug
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake --build . --target check --config Release