You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my system I do have a shared boost and linking it statically fails for some unknown reason. Currently I change those lines in CMakeLists.txt and the *_test.cpp by hand.
But shouldn't it be possible to provide a variable that can be set by the student and then create appropriate *_test.cpp?
As far as I can remember, cmake is able to pre-process any kind of file.
The text was updated successfully, but these errors were encountered:
Ah, it is possible, but modifying the source in CMake would be a bit odd. Regardless, this issue is outdated as Boost is now removed from the majority of the track, see #233. Closing.
On my system I do have a shared boost and linking it statically fails for some unknown reason. Currently I change those lines in CMakeLists.txt and the *_test.cpp by hand.
But shouldn't it be possible to provide a variable that can be set by the student and then create appropriate *_test.cpp?
As far as I can remember, cmake is able to pre-process any kind of file.
The text was updated successfully, but these errors were encountered: