From 1e655cb97a52b64eebb46e7c2e41fb9068361a98 Mon Sep 17 00:00:00 2001 From: casey langen Date: Fri, 15 Mar 2019 06:59:16 +0000 Subject: [PATCH] Tweaked build comments to show how to set CMAKE_INSTALL_DIR --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c89c565f0..3b05b31c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -#cmake -DCMAKE_BUILD_TYPE=Release . -#cmake -DCMAKE_BUILD_TYPE=Debug . +#cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr . +#cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr . #cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=i386|amd64|armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . #cmake -DCMAKE_BUILD_TYPE=Release -DLINK_STATICALLY=true .