Skip to content

Commit

Permalink
Fix copypaste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Mar 31, 2017
1 parent ce4abf2 commit 14b8a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/tinyxml2/share/cmake/TinyXML2Config.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
get_filename_component(_PREFIX "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE)
set (TinyXML2_INCLUDE_DIRS "${_PREFIX}/include")
set (TinyXML2_INCLUDE_DIR "${TinyXML_INCLUDE_DIRS}")
set (TinyXML2_INCLUDE_DIR "${TinyXML2_INCLUDE_DIRS}")
set (TinyXML2_LIBRARIES debug "${_PREFIX}/lib/tinyxml2d.lib" optimized "${_PREFIX}/lib/tinyxml2.lib")
set (TinyXML2_LIBRARY "${TinyXML_LIBRARIES}")
set (TinyXML2_LIBRARY "${TinyXML2_LIBRARIES}")

0 comments on commit 14b8a36

Please sign in to comment.