We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a43365 commit 0470dd7Copy full SHA for 0470dd7
.travis.yml
@@ -20,5 +20,5 @@ script:
20
# Build BTpp
21
- (cd build; cmake .. ;cmake --build . )
22
#Install BTpp
23
- - (cd build; sudo cmake --build . --target install)
+ - (cd build; sudo make install)
24
0 commit comments