Merge topic 'GenerateExportHeader-custom-content'

a9252441 Tests: Run clang-format on GenerateExportHeader code
This commit is contained in:
Brad King 2016-06-29 09:10:29 -04:00 committed by CMake Topic Stage
commit 8d79375818
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "libshared_and_static.h"
#ifndef MY_CUSTOM_CONTENT_ADDED
# error "MY_CUSTOM_CONTENT_ADDED not defined!"
#error "MY_CUSTOM_CONTENT_ADDED not defined!"
#endif
int LibsharedAndStatic::libshared_and_static() const