https://github.com/Kitware/CMake
Revision 52e7beb6ab6465a1f7ab185f2020d85efc9049b8 authored by Brad King on 04 February 2014, 20:51:11 UTC, committed by Brad King on 05 February 2014, 14:24:41 UTC
Describe the meaning of each version component in more detail in the
documentation of CMAKE_VERSION.  Simplify the per-component version
variable documentation by referencing the main variable.

Include information about how to compare version strings.  Also add
an historical note about the version scheme used prior to commit
v2.8.2~105^2~4 (New version scheme to support branchy workflow,
2010-04-23).
1 parent f748b59
Raw File
Tip revision: 52e7beb6ab6465a1f7ab185f2020d85efc9049b8 authored by Brad King on 04 February 2014, 20:51:11 UTC
Help: Expand documentation of CMAKE_VERSION and related variables
Tip revision: 52e7beb
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top