mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
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
|