The compile-time assertion is supposed to prevent double-free caused by unexpected combination of preprocessor defines passed by an OMPT tool.
The current defines are not used, so this patch replaces the check with macros actually used in ompt-multiplex.h
Reported by: Semih Burak
clang-tidy: error: CLIENT_TOOL_LIBRARIES_VAR should be defined before including of ompt-multiplex.h [clang-diagnostic-error]
not useful