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.
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