Skip to content

Commit 67322c0

Browse files
committed
Do not force CMAKE_INSTALL_PREFIX
It's /usr/local by default anyway, and setting disallows distro-specific defaults or user override.
1 parent 6cb84ed commit 67322c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cmake_minimum_required(VERSION 2.8)
2-
set(CMAKE_INSTALL_PREFIX "/usr/local")
32
project(OpenSpades)
43

54
set(OpenSpades_VERSION_MAJOR 0)

0 commit comments

Comments
 (0)