Project: Remove extern from static string in feature tests.

This commit is contained in:
Stephen Kelly 2014-05-06 21:23:36 +02:00
parent 0d9c99bf04
commit 64254e7a74
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ macro(record_compiler_features lang compile_flags feature_list)
string(TOLOWER ${lang} lang_lc)
file(REMOVE "${CMAKE_BINARY_DIR}/CMakeFiles/feature_tests.bin")
file(WRITE "${CMAKE_BINARY_DIR}/CMakeFiles/feature_tests.${lang_lc}" "
extern const char features[] = {\"\"\n")
const char features[] = {\"\"\n")
get_property(known_features GLOBAL PROPERTY CMAKE_${lang}_KNOWN_FEATURES)