| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | FindPython: Tests optimizations | Marc Chevrier | 2020-10-01 | 1 | -3/+3 |
| * | FindPython: Add capability to specify Python implementations | Marc Chevrier | 2020-04-28 | ||
#!/usr/bin/env bash # Update the version component if it looks like a date or -f is given. if test "x$1" = "x-f"; then shift ; n='*' ; else n='\{8\}' ; fi if test "$#" -gt 0; then echo 1>&2 "usage: CMakeVersion.bash [-f]"; exit 1; fi sed -i -e ' s/\(^set(CMake_VERSION_PATCH\) [0-9]'"$n"'\(.*\)/\1 '"$(date +%Y%m%d)"'\2/ ' "${BASH_SOURCE%/*}/CMakeVersion.cmake" href='http://service.techsat.com/oss-git/CMake.git/atom/Tests/FindPython/Implementation/CMakeLists.txt?h=master' type='application/atom+xml'/>
![]() |
index : CMake.git | |
| CMake is a cross-platform, open-source build system generator. |
| summaryrefslogtreecommitdiffstats |
| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | FindPython: Tests optimizations | Marc Chevrier | 2020-10-01 | 1 | -3/+3 |
| * | FindPython: Add capability to specify Python implementations | Marc Chevrier | 2020-04-28 | ||