Áron Noszály
Áron Noszály
I had a similar problem, my solution was to add: ``` include_directories(${CMAKE_CACHE_DIR}/_deps/boost-src) ``` and then disable boost's overriding of linking names via: ``` if(MSVC) add_definitions(-DBOOST_ALL_NO_LIB) endif() ``` This helped me...
I have this problem with 2015-11-09 build too. No plugins/mods etc.
Yes, this affects me too.
The behaviour of cms' loader: In case of `score_type: "GroupMin"` currently it's `ScoringGroup`, but it should be `ScoringMin` with all testcases having maxscore. If `score_type` is "Sum" or empty it...
Partially solved by e5f5a48125909ef3d70edab1ba342fef1d187534

(Also a related issue in the backstory, is that the booklet generator just says `ReturnCode(12)` if say, a package is missing)