Skip to content

Commit

Permalink
Cable 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 6, 2020
1 parent bee0709 commit ccd2732
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ independent and it is easy to use them individually.

The suggested Cable location is `cmake/cable` relative to your project root directory.


### With cable.cmake script

Copy [cable.cmake](cable.cmake) script to your project.
Then use it to download individual Cable CMake modules.

```bash
./cable.cmake install CableBuildType
```


### As git subtree

Adding a dependency project as a [git subtree] is just a copy of the source code
Expand Down
6 changes: 3 additions & 3 deletions bootstrap.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cable: CMake Bootstrap Library.
# Copyright 2019 Pawel Bylica.
# Cable: CMake Bootstrap Library <https://github.com/ethereum/cable>
# Copyright 2019-2020 Pawel Bylica.
# Licensed under the Apache License, Version 2.0.

# Bootstrap the Cable - CMake Bootstrap Library by including this file.
Expand All @@ -10,7 +10,7 @@
#
# This is internal variable automatically updated with external tools.
# Use CABLE_VERSION variable if you need this information.
set(version 0.4.4)
set(version 0.5.0)

# For convenience, add the project CMake module dir to module path.
set(module_dir ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down

0 comments on commit ccd2732

Please sign in to comment.