From aaf46b4ac0699e2aadb7206bc395a3ccb8507bd8 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 19 Feb 2017 00:40:10 +0100 Subject: [PATCH] corrected default install prefix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bc0d6f5..79b6417b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif(NOT REVISION) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") -set(CMAKE_INSTALL_PREFIX "/") +set(CMAKE_INSTALL_PREFIX "") include(GNUInstallDirs) include(CheckFunctionExists) include(CheckCXXSourceRuns)