Skip to content

Commit

Permalink
corrected default install prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Feb 18, 2017
1 parent 1e6b776 commit aaf46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aaf46b4

Please sign in to comment.