Searched refs:CMAKE_VERSION (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/llvm/
H A DMakefile86 CMAKE_VERSION := $(shell $(CMAKE) --version 2>&1 | head -n1 \ macro
88 CMAKE_MAJOR_VERSION := $(shell echo $(CMAKE_VERSION) | cut -f1 -d'.')
89 CMAKE_MINOR_VERSION := $(shell echo $(CMAKE_VERSION) | cut -f2 -d'.')
90 CMAKE_MICRO_VERSION := $(shell echo $(CMAKE_VERSION) | cut -f3 -d'.')

Completed in 43 milliseconds