Skip to content

Commit 1dd60fe

Browse files
include file for check_cxx_flag
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
1 parent 0f1202d commit 1dd60fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ macro(mangle_name str output)
9494
string(TOUPPER "${strippedStr}" ${output})
9595
endmacro()
9696

97+
include(CheckCXXCompilerFlag)
9798
function(add_cxx_flag_if_supported flag)
9899
mangle_name("${flag}" flagname)
99100
check_cxx_compiler_flag("${flag}" "CXX_SUPPORTS_${flagname}_FLAG")

0 commit comments

Comments
 (0)