1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (closes #354)

This commit is contained in:
Sébastien Helleu
2015-05-17 08:48:54 +02:00
parent 1fb3e8b2dc
commit 1396e9b0ef
15 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ lua perl pkg-config python ruby source-highlight tcl zlib-devel"
# which is not yet available in Cygwin
# 4. disable Javascript plugin because libv8 is not available in Cygwin
#
CYGCMAKE_ARGS="-DPREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \
CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \
-DENABLE_GUILE=OFF -DENABLE_JAVASCRIPT=OFF"
#