Home | History | Annotate | Download | only in cmake

Lines Matching full:_prefix

39 # N.B. _prefix is the prefix applied to the names of all cached variables that
41 macro(check_fortran_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _path)
55 find_library(${_prefix}_${_library}_LIBRARY
61 find_library(${_prefix}_${_library}_LIBRARY
66 find_library(${_prefix}_${_library}_LIBRARY
71 find_library(${_prefix}_${_library}_LIBRARY
76 mark_as_advanced(${_prefix}_${_library}_LIBRARY)
77 set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY})
78 set(_libraries_found ${${_prefix}_${_library}_LIBRARY})
88 set(${DEFINITIONS} "-D${_prefix}_USE_F2C")
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})