Skip to content

Commit

Permalink
cmake: look for libxml++-2.6 on win32, too
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre committed Nov 20, 2011
1 parent d13b59a commit 4ab7b03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ INCLUDE(FindGLEW REQUIRED)
ENDIF(NOT(ENABLE_GLES2))
INCLUDE(FindPCRE REQUIRED)
INCLUDE(FindJPEG REQUIRED)
IF(UNIX)
pkg_check_modules(XMLPP REQUIRED libxml++-2.6>=2.33.1)
ENDIF(UNIX)
pkg_check_modules(XMLPP REQUIRED libxml++-2.6>=2.33.1)

find_package(Boost COMPONENTS filesystem system REQUIRED)
if(Boost_FOUND)
Expand Down

0 comments on commit 4ab7b03

Please sign in to comment.