Skip to content

Commit

Permalink
Merge #211 'Fix #210: Unable to add_subdirectory (cucumber-cpp)'
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloambrosio committed Dec 25, 2018
2 parents 057dd39 + c3a3e21 commit 9ac02a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
### Fixed

* Fix statically linking `boost_system` ([#197](https://github.com/cucumber/cucumber-cpp/pull/197) Matthieu Longo)
* Unable to `add_subdirectory(cucumber-cpp)` ([#211](https://github.com/cucumber/cucumber-cpp/pull/211) Sergey Bon)

## [0.5](https://github.com/cucumber/cucumber-cpp/compare/v0.4...v0.5) (2 July 2018)

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ foreach(TARGET
target_include_directories(${TARGET}
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CUKE_INCLUDE_DIR}>
$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/include>
)
# Declaring json_spirit.header to be a direct dependency with target_link_libraries breaks installation
Expand Down

0 comments on commit 9ac02a4

Please sign in to comment.