Skip to content

Commit

Permalink
Do not force CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
It's /usr/local by default anyway, and setting disallows distro-specific
defaults or user override.
  • Loading branch information
AMDmi3 committed Jul 30, 2014
1 parent 6cb84ed commit 67322c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required(VERSION 2.8)
set(CMAKE_INSTALL_PREFIX "/usr/local")
project(OpenSpades)

set(OpenSpades_VERSION_MAJOR 0)
Expand Down

0 comments on commit 67322c0

Please sign in to comment.