Skip to content

Commit

Permalink
fix build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 17, 2014
1 parent d39a0f8 commit 0fb1315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions thirdparty/qzip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ set_target_properties (

xcode_pch(qzip all)

ADD_DEPENDENCIES(diff_match_patch mops1)
ADD_DEPENDENCIES(diff_match_patch mops2)
ADD_DEPENDENCIES(qzip mops1)
ADD_DEPENDENCIES(qzip mops2)

4 changes: 2 additions & 2 deletions thirdparty/xmlstream/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ set_target_properties (

xcode_pch(xmlstream all)

ADD_DEPENDENCIES(diff_match_patch mops1)
ADD_DEPENDENCIES(diff_match_patch mops2)
ADD_DEPENDENCIES(xmlstream mops1)
ADD_DEPENDENCIES(xmlstream mops2)

0 comments on commit 0fb1315

Please sign in to comment.