Skip to content

Commit

Permalink
Fix typo in #290 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Jan 8, 2018
1 parent 7c59428 commit 110100a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

* IO

* Added support for new ErrorStr API in tinyxml2 6.0.0: [#290](https://github.com/personalrobotics/aikido/pull/290)
* Added support for new ErrorStr API in tinyxml2 6.0.0: [#290](https://github.com/personalrobotics/aikido/pull/290), [#295](https://github.com/personalrobotics/aikido/pull/295)

* Build & Testing & ETC

Expand Down
2 changes: 1 addition & 1 deletion src/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif()

# Define TINYXML2_MAJOR_VERSION_GE_6 to support API breaking changes of
# tinyxml2 6
if (NOT TINYXML2_VERSION VERSION_LESS "6.0.0")
if (NOT TinyXML2_VERSION VERSION_LESS "6.0.0")
target_compile_definitions("${PROJECT_NAME}_io"
PRIVATE "TINYXML2_MAJOR_VERSION_GE_6")
endif()
Expand Down

0 comments on commit 110100a

Please sign in to comment.