aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:29:02 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:31:53 +0200
commit84ac7d1de0d5b0065ccea664b0d579c2b14d2f17 (patch)
tree7ace83561ae25497b80f275820ab0315097f5414 /INSTALL
parentf4ddf9df5338d15ec4ec21f4062f73e6caf12b7d (diff)
downloadlibssh-84ac7d1de0d5b0065ccea664b0d579c2b14d2f17.tar.gz
libssh-84ac7d1de0d5b0065ccea664b0d579c2b14d2f17.tar.xz
libssh-84ac7d1de0d5b0065ccea664b0d579c2b14d2f17.zip
cmake: Rename WITH_TESTING option to UNIT_TESTING
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 9e107881..b6d2541f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -31,7 +31,7 @@ First, you need to configure the compilation, using CMake. Go inside the
GNU/Linux, MacOS X, MSYS/MinGW:
- cmake -DWITH_TESTING=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
+ cmake -DUNIT_TESTING=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
make
On Windows you should choose a makefile gernerator with -G or use