]> sigrok.org Git - pulseview.git/commit
MinGW: Drop hardcoded BOOST_ROOT.
authorUwe Hermann <redacted>
Sun, 20 Jan 2013 16:11:51 +0000 (17:11 +0100)
committerUwe Hermann <redacted>
Sun, 20 Jan 2013 16:11:51 +0000 (17:11 +0100)
commita8369d07b7ac9b906b28e944f2452430b8f2dca3
treeccf736757678a49539e4b9a28168fc25f87ebafa
parent6987ceeb8129d29312152760209a8c3fc1b857bc
MinGW: Drop hardcoded BOOST_ROOT.

This was somewhat useful when PulseView only needed header-only parts of
Boost, but since boost-thread is now also needed this is not sufficient
anymore and needs a different setup for native MinGW builds on Windows.

Cross-compile builds using 'sigrok-cross-mingw' from sigrok-util work
fine without it, though.
CMakeLists.txt