mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06: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
|