mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Correct description
The call to cmake creates new CMakeCache.txt in the build directory. But this is bad, if we only want to see available options.
This commit is contained in:
parent
c4e90cec86
commit
c6df155f6c
@ -132,7 +132,11 @@ Build options
|
||||
|
||||
Options could be passed by the -D prefix when running cmake.
|
||||
Available options will be listed on each cmake run.
|
||||
"cmake . -Dhelp=1" lists all available options:
|
||||
"cmake -Dhelp=1 -S <lyx-source-dir> -B /tmp" lists all available options:
|
||||
!!! Mark, that using this command creates CMakeCache.txt and CMakeFiles
|
||||
!!! which have to be removed afterwards. Therefore it is better to explicitly
|
||||
!!! specify a temporary build directory (/tmp in this example)
|
||||
|
||||
|
||||
# Available on all systems/compilers
|
||||
-- LYX_CPACK = OFF : Use the CPack management (Implies LYX_INSTALL option)
|
||||
|
Loading…
Reference in New Issue
Block a user