• Home
  • Raw
  • Download

Lines Matching +full:cxx +full:- +full:compiler

32   if(${flag_pos} EQUAL -1)
42 if(${found} EQUAL -1)
47 # Checks C compiler for support of $c_flag. Adds $c_flag to all
66 # https://gitlab.kitware.com/cmake/cmake/-/issues/21207.
69 message("Checking C compiler flag support for: " ${c_flag})
83 # Checks C++ compiler for support of $cxx_flag. Adds $cxx_flag to all
102 # https://gitlab.kitware.com/cmake/cmake/-/issues/21207.
105 message("Checking C++ compiler flag support for: " ${cxx_flag})
119 # Convenience method for adding a flag to both the C and C++ compiler command
126 # Checks C compiler for support of $c_flag and terminates generation when
143 message("Checking C compiler flag support for: " ${c_flag})
162 # Checks CXX compiler for support of $cxx_flag and terminates generation when
179 message("Checking C++ compiler flag support for: " ${cxx_flag})
198 # Checks for support of $flag by both the C and CXX compilers. Terminates
205 # Checks only non-MSVC targets for support of $c_flag and terminates generation
213 # Checks only non-MSVC targets for support of $cxx_flag and terminates
221 # Checks only non-MSVC targets for support of $flag by both the C and CXX
229 # Adds $preproc_def to C compiler command line (as -D$preproc_def) if not
232 set(preproc_def "-D${preproc_def}")
243 # Adds $preproc_def to CXX compiler command line (as -D$preproc_def) if not
246 set(preproc_def "-D${preproc_def}")
257 # Adds $preproc_def to C and CXX compiler command line (as -D$preproc_def) if
273 # Adds $flag to the C compiler command line.
285 # Adds $flag to the CXX compiler command line.
297 # Adds $flag to the C and CXX compiler command lines.
334 # Adds $flag to executable linker flags, and makes sure C/CXX builds still work.
356 # Linker flags are handled first because some C/CXX flags require that a