Make preprocessor log level numeric.
CMake treats quotes in add_definitions(..) as literals. This resulted in an invalid definition of the log level as a character string as opposed to a numeric value.
Showing
Please register or sign in to comment