mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 05:26:58 +08:00
@@ -207,6 +207,9 @@ Deprecated and Removed Features
|
|||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
* The precompiled binaries provided on ``cmake.org`` now include
|
||||||
|
qthelp-format documentation.
|
||||||
|
|
||||||
* The :command:`option` command now honors an existing normal variable
|
* The :command:`option` command now honors an existing normal variable
|
||||||
of the same name and does nothing instead of possibly creating a cache
|
of the same name and does nothing instead of possibly creating a cache
|
||||||
entry (or setting its type) and removing the normal variable.
|
entry (or setting its type) and removing the normal variable.
|
||||||
|
@@ -54,7 +54,7 @@ cd \${name}-build &&
|
|||||||
-DCMAKE_INSTALL_PREFIX=\"\$inst/\" \\
|
-DCMAKE_INSTALL_PREFIX=\"\$inst/\" \\
|
||||||
-DCMAKE_DOC_DIR=doc/cmake \\
|
-DCMAKE_DOC_DIR=doc/cmake \\
|
||||||
-DSPHINX_EXECUTABLE=\"${SPHINX_EXECUTABLE}\" \\
|
-DSPHINX_EXECUTABLE=\"${SPHINX_EXECUTABLE}\" \\
|
||||||
-DSPHINX_HTML=ON -DSPHINX_MAN=ON &&
|
-DSPHINX_HTML=ON -DSPHINX_MAN=ON -DSPHINX_QTHELP=ON &&
|
||||||
make install &&
|
make install &&
|
||||||
cd .. &&
|
cd .. &&
|
||||||
tar czf \${name}.tar.gz \${name} ||
|
tar czf \${name}.tar.gz \${name} ||
|
||||||
|
Reference in New Issue
Block a user