mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Fix typos.
This commit is contained in:
parent
670f369659
commit
0b1d6b3c01
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ option(WITH_STATIC "Static build" OFF)
|
||||||
option(WITH_UPNP "Include support for UPnP client" OFF)
|
option(WITH_UPNP "Include support for UPnP client" OFF)
|
||||||
option(WITH_TESTS "Build unit tests" OFF)
|
option(WITH_TESTS "Build unit tests" OFF)
|
||||||
option(WITH_BENCHMARK "Build benchmarking code" OFF)
|
option(WITH_BENCHMARK "Build benchmarking code" OFF)
|
||||||
option(WITH_OPTIMIZE "Optmizeation flags" OFF)
|
option(WITH_OPTIMIZE "Optimization flags" OFF)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake_modules")
|
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake_modules")
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||||
|
|
|
@ -8,7 +8,7 @@ Available cmake options:
|
||||||
* WITH_HARDENING -- enable hardening features (ON/OFF) (gcc only)
|
* WITH_HARDENING -- enable hardening features (ON/OFF) (gcc only)
|
||||||
* WITH_TESTS -- build tests (ON/OFF)
|
* WITH_TESTS -- build tests (ON/OFF)
|
||||||
* WITH_BENCHMARK -- build bechmarking code (ON/OFF)
|
* WITH_BENCHMARK -- build bechmarking code (ON/OFF)
|
||||||
* WITH_OPTIMIZE -- enable optimization flags (ON/OFF)
|
* WITH_OPTIMIZE -- enable optimization flags (ON/OFF) (not for MSVC)
|
||||||
|
|
||||||
Debian
|
Debian
|
||||||
------
|
------
|
||||||
|
@ -28,7 +28,7 @@ Optional packages:
|
||||||
FreeBSD
|
FreeBSD
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Branch 9.X has gcc v4.2, that knows nothing about required c++11 standart.
|
Branch 9.X has gcc v4.2, that knows nothing about required c++11 standard.
|
||||||
|
|
||||||
Required ports:
|
Required ports:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue