Skip to content
Snippets Groups Projects
Commit 94d2b132 authored by Martin Beseda's avatar Martin Beseda
Browse files

Testing own FindBoost.cmake

parent 8330fafe
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ win_visual_studio_static_deps:
- cd build_scripts\windows
- set DEPENDENCIES_LINK_TYPE=static
- call win_VS_build_x64_debug.bat
- dir ..\..\external_dependencies\boost\stage\lib
script:
- call win_run_tests.bat
......
......@@ -74,6 +74,10 @@ IF "%REBUILD_BOOST%"=="yes" (
.\b2 --layout=system variant=debug link=%DEPENDENCIES_LINK_TYPE% address-model=64 --with-system --with-serialization --with-random || exit 1
cd ..\..\build_scripts\windows
echo "LIBRARIES BOOST:"
dir ..\..\external_dependencies\boost\stage\lib
)
IF "%BUILD_SOMETHING_LIB%"=="yes" (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment