mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -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
|