Lines Matching +full:cxx +full:- +full:compiler
3 # Use of this source code is governed by a BSD-style license
11 # String used to cache failed CXX flags.
14 # Checks C++ compiler for support of $cxx_flag. Adds $cxx_flag to
23 if(${CXX_FLAG_FOUND} EQUAL -1 AND ${CXX_FLAG_FAILED} EQUAL -1)
25 message("Checking CXX compiler flag support for: " ${cxx_flag})
39 # Checks CXX compiler for support of $cxx_flag and terminates generation when
45 if(${CXX_FLAG_FOUND} EQUAL -1)
47 message("Checking CXX compiler flag support for: " ${cxx_flag})
52 "${PROJECT_NAME} requires support for CXX flag: ${cxx_flag}.")
60 # Checks only non-MSVC targets for support of $cxx_flag.
67 # Adds $preproc_def to CXX compiler command line (as -D$preproc_def) if not
73 if(${PREPROC_DEF_FOUND} EQUAL -1)
75 "${CMAKE_CXX_FLAGS} -D${preproc_def}"