Skip to content

Commit

Permalink
Buildsystem: Compile bzip2 project only with map tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Mar 3, 2011
1 parent 1767232 commit 261c90f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows")
add_subdirectory(mysqllite)
endif()
endif()
add_subdirectory(bzip2)
if(TOOLS)
add_subdirectory(bzip2)
endif()
add_subdirectory(zlib)
endif()

Expand Down

0 comments on commit 261c90f

Please sign in to comment.