Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 39c8361

Browse files
committed
Minor adjustment in install destination
1 parent d7e61fd commit 39c8361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ install:
55

66
script:
77
- mkdir _build && cd _build
8-
- cmake .. -DCMAKE_INSTALL_PREFIX=../install
8+
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install
99
- cmake --build . --target install
1010
- ctest .

0 commit comments

Comments
 (0)