Skip to content

Commit

Permalink
Merge pull request #107 from isaacbrodsky/dont-require-cpp
Browse files Browse the repository at this point in the history
Don't require a C++ compiler
  • Loading branch information
isaacbrodsky committed Jul 30, 2018
2 parents 06bf785 + b7539f3 commit 95ca113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@ The public API of this library consists of the functions declared in file
- Internal `h3ToIjk` function for getting IJK+ coordinates from an index (#83)
- Internal `ijkDistance` function for determining the grid distance between IJK+ coordinates (#83)
- `h3ToIjk` filter application for experimenting with `h3ToIjk` (#83)
### Fixed
- Don't require a C++ compiler (#107)

## [3.0.8] - 2018-07-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ file(READ VERSION H3_VERSION LIMIT_COUNT 1)
string(REPLACE "\n" "" H3_VERSION "${H3_VERSION}")
set(H3_SOVERSION 1)

project(h3 VERSION ${H3_VERSION})
project(h3 LANGUAGES C VERSION ${H3_VERSION})

set(H3_COMPILE_FLAGS "")
set(H3_LINK_FLAGS "")
Expand Down

0 comments on commit 95ca113

Please sign in to comment.