Home | History | Annotate | Download | only in cmake

Lines Matching full:_name

34 # combination using the name of a routine given by _name using the linker
41 macro(check_fortran_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _path)
102 check_function_exists(${_name}_ ${_prefix}_${_name}_${_combined_name}_f2c_WORKS)
105 mark_as_advanced(${_prefix}_${_name}_${_combined_name}_f2c_WORKS)
106 set(_libraries_work ${${_prefix}_${_name}_${_combined_name}_f2c_WORKS})
117 check_function_exists(${_name} ${_prefix}_${_name}${_combined_name}_WORKS)
119 mark_as_advanced(${_prefix}_${_name}${_combined_name}_WORKS)
120 set(_libraries_work ${${_prefix}_${_name}${_combined_name}_WORKS})