cmake_version.sh 87 B

12
  1. #!/usr/bin/env bash
  2. cmake -P "${BASH_SOURCE%/*}/cmake_version.cmake" | cut -d ' ' -f 2