Strunzdesign / hdlcd

The HDLC Deamon implements the HDLC protocol to easily talk to devices connected via serial communications
GNU General Public License v3.0
17 stars 6 forks source link

- Added support for Visual Studio #5

Closed Tonacatecuhtli closed 5 years ago

Tonacatecuhtli commented 7 years ago

Hi Florian,

I changed the CMakeLists.txt again and commented my „set(BOOST_ROOR)“.

I did leave it there because it becomes necessary the moment you are on windows and have MinGW and Visual Studio installed. Because the find_package(Boost …) will always find it first in MinGW even if it’s in the default boost install directory for windows (C:\Boost). And then it won’t work because of file endings.

Best regards

Max