Skip to content

Commit 58a347e

Browse files
author
Dominic Reber
committed
Change CMake install prefix
1 parent 4f3530c commit 58a347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: serial
22

3-
CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/tmp/usr/local
3+
CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/usr/local
44
UNAME := $(shell uname -s)
55

66
install_deps:

0 commit comments

Comments
 (0)