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

Commit

Permalink
Minor adjustment in install destination
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Apr 1, 2012
1 parent d7e61fd commit 39c8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:

script:
- mkdir _build && cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../install
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install
- cmake --build . --target install
- ctest .

0 comments on commit 39c8361

Please sign in to comment.