Searched refs:KMP_VERSION_BUILD (Results 1 – 3 of 3) sorted by relevance
18 #define KMP_VERSION_BUILD 20140926 macro90 int const __kmp_version_build = KMP_VERSION_BUILD;98 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD) " " KMP_COPYRIGHT;103 KMP_VERSION_MINOR) "." stringer(KMP_VERSION_BUILD);
144 # if the line begins with "#define KMP_VERSION_BUILD" then we take not of the build number145 string(REGEX MATCH "^[ \t]*#define[ \t]+KMP_VERSION_BUILD" valid "${line}")146 …if(NOT "${valid}" STREQUAL "") # if we matched "#define KMP_VERSION_BUILD", then grab the build nu…147 string(REGEX REPLACE "^[ \t]*#define[ \t]+KMP_VERSION_BUILD[ \t]+([0-9]+)" "\\1"
23 # define KMP_VERSION_BUILD @LIBOMP_VERSION_BUILD@