3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cmake -P "${BASH_SOURCE%/*}/cmake_version.cmake" | cut -d ' ' -f 2
|