I would like to recreate my build/ folder with prep2010.cmd and also set the boost folder to my own boost installation.
I run:
prep2010.cmd -D WITH_SYSTEM_BOOST=1 -D BOOST_ROOT="c:\boost"
But when I open the plugin solution the boost include folder is still set to firebreath’s one. Am I missing something?
Thanks,
Christian
Turns out I have to Boost_USE_STATIC_RUNTIME=off so findboost.cmake will be able to match my boost binaries. My boost libs use shared runtime libs.