• Luca Boccassi's avatar
    Problem: static build broken on Win + CMake · 53e536a9
    Luca Boccassi authored
    Solution: revert the objects optimisation, and go back to building
    everything twice on Windows, as the static builds needs different
    preprocessor definitions from the shared one, so the objects have to be
    rebuilt.
    Keep the optimisation for all the other platforms.
    Fixes #2858
    53e536a9
CMakeLists.txt 35.2 KB