boost
boost copied to clipboard
Compilation without BOOST_LOG_WITHOUT_EVENT_LOG fails on Windows
The compilation of the log component fails because a missing header file: simple_event_log.h
This file should be generated with the mc tool, but instead, the CMakeLists adds the mc file to the sources.
Do you know how to run this tool with cmake? I can then integrate the cmake code into the build.
Poco has some code for finding it.
I'm, not sure why they limited the registry lookup for the Visual Studio generator - I think those lookups should always work on windows, and definitely when the MSVC variable is 1 (such as when compiling with cl and ninja - I'll test this.