compile_flag: add forgotten include

This commit is contained in:
Danny Robson 2017-01-17 21:25:31 +11:00
parent a57db559e9
commit 61719f3dbc

View File

@ -1,3 +1,5 @@
include(CheckCXXCompilerFlag)
macro (append_compile_flag _flag)
string (MAKE_C_IDENTIFIER ${_flag} _name)